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

CloudPool.CustomBehaviors 属性

定义

获取或设置一个行为列表,这些行为修改或自定义通过此 CloudPool发出的 Batch 服务的请求。

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)

属性值

实现

注解

这些行为由子对象继承。

修改按集合的顺序应用。 最后一次写入获胜。

适用于