次の方法で共有


PoolOperations.DeleteComputeNodeUser メソッド

定義

指定したコンピューティング ノードから指定したユーザー アカウントを削除します。

public void DeleteComputeNodeUser (string poolId, string computeNodeId, string userName, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.DeleteComputeNodeUser : string * string * string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub DeleteComputeNodeUser (poolId As String, computeNodeId As String, userName As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

パラメーター

poolId
String

コンピューティング ノードを含むプールの ID。

computeNodeId
String

ユーザー アカウントを削除するコンピューティング ノードの ID。

userName
String

削除するユーザー アカウントの名前。

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

注釈

コンピューティング ノードからユーザー アカウントを削除できるのは、 または Running 状態のIdle場合のみです。

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

適用対象