Megosztás a következőn keresztül:


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