NetworkInterfaceResource.GetNetworkInterfaceIPConfiguration Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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}
- IdNetworkInterfaceIPConfigurations_Get de operação
public virtual Azure.Response<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationResource> GetNetworkInterfaceIPConfiguration (string ipConfigurationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkInterfaceIPConfiguration : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationResource>
override this.GetNetworkInterfaceIPConfiguration : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkInterfaceIPConfigurationResource>
Public Overridable Function GetNetworkInterfaceIPConfiguration (ipConfigurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkInterfaceIPConfigurationResource)
Parâmetros
- ipConfigurationName
- String
O nome do nome da configuração de IP.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
ipConfigurationName
é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.
ipConfigurationName
é nulo.