TrafficControllerResource.GetAssociationAsync 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 Zuordnung
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/associations/{associationName}
- Vorgangs-IdAssociationsInterface_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceNetworking.AssociationResource>> GetAssociationAsync (string associationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAssociationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceNetworking.AssociationResource>>
override this.GetAssociationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceNetworking.AssociationResource>>
Public Overridable Function GetAssociationAsync (associationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AssociationResource))
Parameter
- associationName
- String
Name der Zuordnung.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
associationName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
associationName
ist NULL.