Share via


ComputeNodeOperationsExtensions.Get Method

Definition

Gets information about the specified Compute Node.

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

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 get information about.

computeNodeGetOptions
ComputeNodeGetOptions

Additional parameters for the operation

Returns

Applies to