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


ComputeNodeOperationsExtensions.Start Method

Definition

Starts the specified Compute Node.

public static Microsoft.Azure.Batch.Protocol.Models.ComputeNodeStartHeaders Start (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeStartOptions computeNodeStartOptions = default);
static member Start : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeStartOptions -> Microsoft.Azure.Batch.Protocol.Models.ComputeNodeStartHeaders
<Extension()>
Public Function Start (operations As IComputeNodeOperations, poolId As String, nodeId As String, Optional computeNodeStartOptions As ComputeNodeStartOptions = Nothing) As ComputeNodeStartHeaders

Parameters

operations
IComputeNodeOperations

The operations group for this extension method.

poolId
String

The ID of the Pool that contains the Compute Node.

nodeId
String

The ID of the Compute Node that you want to start.

computeNodeStartOptions
ComputeNodeStartOptions

Additional parameters for the operation

Returns

Remarks

You can start a Compute Node only if it has been deallocated

Applies to