Freigeben über


ExpressRouteLinksOperationsExtensions.GetAsync Methode

Definition

Ruft die angegebene ExpressRouteLink-Ressource ab.

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

Parameter

operations
IExpressRouteLinksOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

expressRoutePortName
String

Der Name der ExpressRoutePort-Ressource.

linkName
String

Der Name der ExpressRouteLink-Ressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: