Compartilhar via


PrivateEndpointConnections interface

Interface que representa um PrivateEndpointConnections.

Métodos

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Criar ou atualizar uma conexão de ponto de extremidade privado

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Criar ou atualizar uma conexão de ponto de extremidade privado

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Excluir uma conexão de ponto de extremidade privado

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Excluir uma conexão de ponto de extremidade privado

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obter uma conexão de ponto de extremidade privado

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

Obter conexões de ponto de extremidade privado para a conta

Detalhes do método

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Criar ou atualizar uma conexão de ponto de extremidade privado

function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

accountName

string

O nome da conta.

privateEndpointConnectionName

string

Nome da conexão de ponto de extremidade privado.

request
PrivateEndpointConnection

A solicitação.

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Criar ou atualizar uma conexão de ponto de extremidade privado

function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

accountName

string

O nome da conta.

privateEndpointConnectionName

string

Nome da conexão de ponto de extremidade privado.

request
PrivateEndpointConnection

A solicitação.

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Excluir uma conexão de ponto de extremidade privado

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

accountName

string

O nome da conta.

privateEndpointConnectionName

string

Nome da conexão de ponto de extremidade privado.

options
PrivateEndpointConnectionsDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Excluir uma conexão de ponto de extremidade privado

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

accountName

string

O nome da conta.

privateEndpointConnectionName

string

Nome da conexão de ponto de extremidade privado.

options
PrivateEndpointConnectionsDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obter uma conexão de ponto de extremidade privado

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

accountName

string

O nome da conta.

privateEndpointConnectionName

string

Nome da conexão de ponto de extremidade privado.

options
PrivateEndpointConnectionsGetOptionalParams

Os parâmetros de opções.

Retornos

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

Obter conexões de ponto de extremidade privado para a conta

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

accountName

string

O nome da conta.

options
PrivateEndpointConnectionsListByAccountOptionalParams

Os parâmetros de opções.

Retornos