Freigeben über


StorageSyncServiceCollection.GetAsync(String, CancellationToken) Methode

Definition

Rufen Sie einen bestimmten StorageSyncService ab.

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

Parameter

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: