Compartilhar via


PrivateEndpointConnections interface

Interface que representa um PrivateEndpointConnections.

Métodos

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Exclui uma conexão de ponto de extremidade privado existente.

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Exclui uma conexão de ponto de extremidade privado existente.

createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Cria ou atualiza PrivateEndpointConnections do namespace de serviço.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obtém uma descrição para a Conexão de Ponto de Extremidade Privado especificada.

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Obtém o PrivateEndpointConnections disponível em um namespace.

Detalhes do método

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Exclui uma conexão de ponto de extremidade privado existente.

function beginDelete(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parâmetros

resourceGroupName

string

Nome do grupo de recursos na assinatura do Azure.

namespaceName

string

O nome do namespace

privateEndpointConnectionName

string

O nome PrivateEndpointConnection

options
PrivateEndpointConnectionsDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Exclui uma conexão de ponto de extremidade privado existente.

function beginDeleteAndWait(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

Nome do grupo de recursos na assinatura do Azure.

namespaceName

string

O nome do namespace

privateEndpointConnectionName

string

O nome PrivateEndpointConnection

options
PrivateEndpointConnectionsDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Cria ou atualiza PrivateEndpointConnections do namespace de serviço.

function createOrUpdate(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

Parâmetros

resourceGroupName

string

Nome do grupo de recursos na assinatura do Azure.

namespaceName

string

O nome do namespace

privateEndpointConnectionName

string

O nome PrivateEndpointConnection

parameters
PrivateEndpointConnection

Parâmetros fornecidos para atualizar o Status da Conexão PrivateEndPoint para o recurso de namespace.

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obtém uma descrição para a Conexão de Ponto de Extremidade Privado especificada.

function get(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

Parâmetros

resourceGroupName

string

Nome do grupo de recursos na assinatura do Azure.

namespaceName

string

O nome do namespace

privateEndpointConnectionName

string

O nome PrivateEndpointConnection

options
PrivateEndpointConnectionsGetOptionalParams

Os parâmetros de opções.

Retornos

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Obtém o PrivateEndpointConnections disponível em um namespace.

function list(resourceGroupName: string, namespaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Parâmetros

resourceGroupName

string

Nome do grupo de recursos na assinatura do Azure.

namespaceName

string

O nome do namespace

options
PrivateEndpointConnectionsListOptionalParams

Os parâmetros de opções.

Retornos