你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComputeNode.CustomBehaviors Property

Definition

Gets or sets a list of behaviors that modify or customize requests to the Batch service made via this ComputeNode.

public System.Collections.Generic.IList<Microsoft.Azure.Batch.BatchClientBehavior> CustomBehaviors { get; set; }
member this.CustomBehaviors : System.Collections.Generic.IList<Microsoft.Azure.Batch.BatchClientBehavior> with get, set
Public Property CustomBehaviors As IList(Of BatchClientBehavior)

Property Value

Implements

Remarks

These behaviors are inherited by child objects.

Modifications are applied in the order of the collection. The last write wins.

Applies to