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)

プロパティ値

実装

注釈

これらの動作は、子オブジェクトによって継承されます。

変更はコレクションの順序で適用されます。 最後の書き込みが優先されます。

適用対象