Compartilhar via


NetworkProfileCollection.GetIfExists Método

Definição

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkProfiles/{networkProfileName}
  • Operação IdNetworkProfiles_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.NetworkProfileResource> GetIfExists (string networkProfileName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.NetworkProfileResource>
override this.GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.NetworkProfileResource>
Public Overridable Function GetIfExists (networkProfileName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of NetworkProfileResource)

Parâmetros

networkProfileName
String

O nome do prefixo de IP público.

expand
String

Expande os recursos referenciados.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

networkProfileName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

networkProfileName é nulo.

Aplica-se a