次の方法で共有


ComputeBatchModelFactory.BatchNodeDeallocateOptions Method

Definition

Options for deallocating a Compute Node.

public static Azure.Compute.Batch.BatchNodeDeallocateOptions BatchNodeDeallocateOptions(Azure.Compute.Batch.BatchNodeDeallocateOption? nodeDeallocateOption = default);
static member BatchNodeDeallocateOptions : Nullable<Azure.Compute.Batch.BatchNodeDeallocateOption> -> Azure.Compute.Batch.BatchNodeDeallocateOptions
Public Shared Function BatchNodeDeallocateOptions (Optional nodeDeallocateOption As Nullable(Of BatchNodeDeallocateOption) = Nothing) As BatchNodeDeallocateOptions

Parameters

nodeDeallocateOption
Nullable<BatchNodeDeallocateOption>

When to deallocate the Compute Node and what to do with currently running Tasks. The default value is requeue.

Returns

A new BatchNodeDeallocateOptions instance for mocking.

Applies to