Freigeben über


OperationResultsOperationsExtensions.GetAsync Methode

Definition

Abrufen eines Azure-Vorgangsergebnisses

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.LabServices.Models.OperationResult> GetAsync (this Microsoft.Azure.Management.LabServices.IOperationResultsOperations operations, string operationResultId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.LabServices.IOperationResultsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.LabServices.Models.OperationResult>
<Extension()>
Public Function GetAsync (operations As IOperationResultsOperations, operationResultId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OperationResult)

Parameter

operations
IOperationResultsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

operationResultId
String

Die Ergebnis-ID/name des Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Gibt ein Azure-Vorgangsergebnis zurück.

Gilt für: