AppServiceEnvironmentResource.GetHostingEnvironmentPrivateEndpointConnection 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.
Descrição para Obter uma conexão de ponto de extremidade privado
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/privateEndpointConnections/{privateEndpointConnectionName}
- IdAppServiceEnvironments_GetPrivateEndpointConnection de operação
public virtual Azure.Response<Azure.ResourceManager.AppService.HostingEnvironmentPrivateEndpointConnectionResource> GetHostingEnvironmentPrivateEndpointConnection (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHostingEnvironmentPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.HostingEnvironmentPrivateEndpointConnectionResource>
override this.GetHostingEnvironmentPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.HostingEnvironmentPrivateEndpointConnectionResource>
Public Overridable Function GetHostingEnvironmentPrivateEndpointConnection (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HostingEnvironmentPrivateEndpointConnectionResource)
Parâmetros
- privateEndpointConnectionName
- String
Nome da conexão de ponto de extremidade privado.
- 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.