Freigeben über


ComputeNodeExtensionOperationsExtensions.GetAsync Methode

Definition

Ruft Informationen zur angegebenen Computeknotenerweiterung ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension> GetAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations operations, string poolId, string nodeId, string extensionName, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionGetOptions computeNodeExtensionGetOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations * string * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionGetOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension>
<Extension()>
Public Function GetAsync (operations As IComputeNodeExtensionOperations, poolId As String, nodeId As String, extensionName As String, Optional computeNodeExtensionGetOptions As ComputeNodeExtensionGetOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NodeVMExtension)

Parameter

operations
IComputeNodeExtensionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

poolId
String

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

nodeId
String

Die ID des Computeknotens, der die Erweiterungen enthält.

extensionName
String

Der Name der Computeknotenerweiterung, zu der Sie Informationen abrufen möchten.

computeNodeExtensionGetOptions
ComputeNodeExtensionGetOptions

Zusätzliche Parameter für den Vorgang

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: