Compartilhar via


NetworkInterfaceIPConfigurationResource.Get(CancellationToken) Método

Definição

Obtém a configuração de ip do adaptador de rede especificada.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}
  • Operação IdNetworkInterfaceIPConfigurations_Get
public virtual Azure.Response<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkInterfaceIPConfigurationResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a