Freigeben über


NetworkInterfaceIPConfigurationsOperationsExtensions.GetAsync Methode

Definition

Ruft die angegebene IP-Konfiguration der Netzwerkschnittstelle ab.

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

Parameter

operations
INetworkInterfaceIPConfigurationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkInterfaceName
String

: Der Name der Netzwerkschnittstelle

ipConfigurationName
String

Der Name des IP-Konfigurationsnamens.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: