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

ComputeNodeUser.Delete(IEnumerable<BatchClientBehavior>) 方法

定义

调用 以从计算节点中删除当前用户。

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

参数

additionalBehaviors
IEnumerable<BatchClientBehavior>

在当前 对象的 CustomBehaviors 之后应用的 BatchClientBehavior 实例的集合。

适用于