次の方法で共有


CloudPool.Commit(IEnumerable<BatchClientBehavior>) メソッド

定義

これを CloudPool Azure Batch サービスにコミットします。

public void Commit (System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.Commit : seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub Commit (Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

パラメーター

additionalBehaviors
IEnumerable<BatchClientBehavior>

の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスの CustomBehaviorsコレクション。

注釈

これはブロック操作です。 非ブロッキングに相当する場合は、「」を参照してください CommitAsync(IEnumerable<BatchClientBehavior>, CancellationToken)

適用対象