次の方法で共有


ComputeNode.DeleteComputeNodeUser メソッド

定義

指定した ComputeNodeUser を削除するための呼び出しをブロックします。

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

パラメーター

userName
String

削除する ComputeNodeUser の名前。

additionalBehaviors
IEnumerable<BatchClientBehavior>

現在の オブジェクトの CustomBehaviors の後に適用される BatchClientBehavior インスタンスのコレクション。

適用対象