Share via


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

IInheritedBehaviors.CustomBehaviors 属性

定义

此集合最初是通过实例化或通过从实例化父对象复制 (继承) 填充的。 在此模型中,集合是独立的,但成员是共享引用。 此集合的成员更改或自定义Azure Batch Service 客户端对象的各种行为。 这些行为通常由任何子类实例继承。
修改按集合的顺序应用。 最后一次写入获胜。

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)

属性值

适用于