Freigeben über


ConnectivityConfigurationsOperationsExtensions.GetAsync Methode

Definition

Ruft eine Netzwerkkonnektivitätskonfiguration ab, die durch die Ressourcengruppe, den Netzwerk-Managernamen und den Konfigurationsnamen der Konnektivität angegeben wird.

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

Parameter

operations
IConnectivityConfigurationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkManagerName
String

Der Name des Netzwerk-Managers.

configurationName
String

Der Name der Netzwerk-Manager-Konnektivitätskonfiguration.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: