Freigeben über


AscOperationsExtensions.GetAsync Methode

Definition

Ruft die status eines asynchronen Vorgangs für den Azure-HPC Cache

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

Parameter

operations
IAscOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Der Name des Bereichs, der zum Suchen des Vorgangs verwendet wird.

operationId
String

Die Vorgangs-ID, die den asynchronen Vorgang eindeutig identifiziert.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: