VirtualHubResource.GetRoutingIntentAsync(String, CancellationToken) 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.
Ruft die Details eines RoutingIntents ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualHubs/{virtualHubName}/routingIntent/{routingIntentName}
- Vorgangs-IdRoutingIntent_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.RoutingIntentResource>> GetRoutingIntentAsync (string routingIntentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRoutingIntentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.RoutingIntentResource>>
override this.GetRoutingIntentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.RoutingIntentResource>>
Public Overridable Function GetRoutingIntentAsync (routingIntentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RoutingIntentResource))
Parameter
- routingIntentName
- String
Der Name des RoutingIntents.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
routingIntentName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
routingIntentName
ist NULL.