ComputeNodeOperationsExtensions.Start Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET