StorageSyncGroupResource.GetCloudEndpointAsync 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 CloudEndpoint ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}/cloudEndpoints/{cloudEndpointName}
- Vorgangs-IdCloudEndpoints_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.CloudEndpointResource>> GetCloudEndpointAsync (string cloudEndpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCloudEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.CloudEndpointResource>>
override this.GetCloudEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.CloudEndpointResource>>
Public Overridable Function GetCloudEndpointAsync (cloudEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CloudEndpointResource))
Parameter
- cloudEndpointName
- String
Name des Cloudendpunktobjekts.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
cloudEndpointName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
cloudEndpointName
ist NULL.