Freigeben über


StorageSyncExtensions.GetStorageSyncServiceAsync Methode

Definition

Rufen Sie einen bestimmten StorageSyncService ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}
  • Vorgangs-IdStorageSyncServices_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncServiceResource>> GetStorageSyncServiceAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string storageSyncServiceName, System.Threading.CancellationToken cancellationToken = default);
static member GetStorageSyncServiceAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncServiceResource>>
<Extension()>
Public Function GetStorageSyncServiceAsync (resourceGroupResource As ResourceGroupResource, storageSyncServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StorageSyncServiceResource))

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

storageSyncServiceName
String

Name der Speichersynchronisierungsdienstressource.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

storageSyncServiceName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

storageSyncServiceName ist NULL.

Gilt für: