Compartir a través de


NetworkInterfaceIPConfigurationsOperationsExtensions.GetAsync Método

Definición

Obtiene la configuración ip de la interfaz de red especificada.

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

Parámetros

operations
INetworkInterfaceIPConfigurationsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

networkInterfaceName
String

Nombre de la interfaz de red.

ipConfigurationName
String

Nombre del nombre de la configuración ip.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a