Freigeben über


RoutingIntentOperationsExtensions.GetAsync Methode

Definition

Ruft die Details eines RoutingIntents ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.RoutingIntent> GetAsync (this Microsoft.Azure.Management.Network.IRoutingIntentOperations operations, string resourceGroupName, string virtualHubName, string routingIntentName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.IRoutingIntentOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.RoutingIntent>
<Extension()>
Public Function GetAsync (operations As IRoutingIntentOperations, resourceGroupName As String, virtualHubName As String, routingIntentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RoutingIntent)

Parameter

operations
IRoutingIntentOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Ressourcengruppenname des RoutingIntent.

virtualHubName
String

Der Name des VirtualHub.

routingIntentName
String

Der Name des RoutingIntents.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: