AvsPrivateCloudResource.GetAvsCloudLinkAsync 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.
Abrufen einer Cloudverbindung nach Namen in einer privaten Cloud
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/cloudLinks/{cloudLinkName}
- Vorgangs-IdCloudLinks_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.AvsCloudLinkResource>> GetAvsCloudLinkAsync (string cloudLinkName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvsCloudLinkAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.AvsCloudLinkResource>>
override this.GetAvsCloudLinkAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Avs.AvsCloudLinkResource>>
Public Overridable Function GetAvsCloudLinkAsync (cloudLinkName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AvsCloudLinkResource))
Parameter
- cloudLinkName
- String
Name der Cloudlinkressource.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
cloudLinkName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
cloudLinkName
ist NULL.