StorageSyncExtensions.GetStorageSyncService Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie einen bestimmten StorageSyncService ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}
- Vorgang IdStorageSyncServices_Get
public static Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncServiceResource> GetStorageSyncService (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string storageSyncServiceName, System.Threading.CancellationToken cancellationToken = default);
static member GetStorageSyncService : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncServiceResource>
<Extension()>
Public Function GetStorageSyncService (resourceGroupResource As ResourceGroupResource, storageSyncServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StorageSyncServiceResource)
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance, für den 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.