Partilhar via


BatchAccountResource.GetBatchPrivateEndpointConnection Método

Definição

Obtém informações sobre a conexão de ponto de extremidade privado especificada.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • IdPrivateEndpointConnection_Get de operação
public virtual Azure.Response<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource> GetBatchPrivateEndpointConnection (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBatchPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource>
override this.GetBatchPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource>
Public Overridable Function GetBatchPrivateEndpointConnection (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchPrivateEndpointConnectionResource)

Parâmetros

privateEndpointConnectionName
String

O nome da conexão do ponto de extremidade privado. Isso deve ser exclusivo dentro da conta.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

privateEndpointConnectionName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

privateEndpointConnectionName é nulo.

Aplica-se a