Partilhar via


PrivateLinkServiceResource.GetNetworkPrivateEndpointConnection Método

Definição

Obtenha a conexão específica do ponto de extremidade privado por um serviço de link privado específico no grupo de recursos.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{serviceName}/privateEndpointConnections/{peConnectionName}
  • Operação IdPrivateLinkServices_GetPrivateEndpointConnection
public virtual Azure.Response<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource> GetNetworkPrivateEndpointConnection (string peConnectionName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkPrivateEndpointConnection : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource>
override this.GetNetworkPrivateEndpointConnection : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionResource>
Public Overridable Function GetNetworkPrivateEndpointConnection (peConnectionName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkPrivateEndpointConnectionResource)

Parâmetros

peConnectionName
String

O nome da conexão de ponto de extremidade privado.

expand
String

Expande os recursos referenciados.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

peConnectionName é nulo.

Aplica-se a