Freigeben über


StorageSyncServicesOperationsExtensions.GetAsync Methode

Definition

Rufen Sie einen bestimmten StorageSyncService ab.

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

Parameter

operations
IStorageSyncServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName
String

Name der Speichersynchronisierungsdienstressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: