Freigeben über


ComputeNodeOperationsExtensions.Get Methode

Definition

Ruft Informationen zum angegebenen Computeknoten ab.

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

Parameter

operations
IComputeNodeOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

poolId
String

Die ID des Pools, der den Computeknoten enthält.

nodeId
String

Die ID des Computeknotens, zu dem Sie Informationen abrufen möchten.

computeNodeGetOptions
ComputeNodeGetOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: