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

ComputeNode.Deallocate Method

Definition

Blocking call to deallocate the compute node.

public void Deallocate(Microsoft.Azure.Batch.Common.ComputeNodeDeallocateOption? deallocateOption = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.Deallocate : Nullable<Microsoft.Azure.Batch.Common.ComputeNodeDeallocateOption> * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub Deallocate (Optional deallocateOption As Nullable(Of ComputeNodeDeallocateOption) = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Parameters

deallocateOption
Nullable<ComputeNodeDeallocateOption>

The deallocate option associated with the deallocate.

additionalBehaviors
IEnumerable<BatchClientBehavior>

A collection of BatchClientBehavior instances that are applied after the CustomBehaviors on the current object.

Applies to