Partilhar via


PrivateEndpointConnections interface

Interface que representa um PrivateEndpointConnections.

Métodos

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

Aprove ou rejeite manualmente uma conexão de ponto de extremidade privado.

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

Aprove ou rejeite manualmente uma conexão de ponto de extremidade privado.

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Exclui a conexão de ponto de extremidade privada específica.

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Exclui a conexão de ponto de extremidade privada específica.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obtém a conexão de ponto de extremidade privada específica.

listByCluster(string, string, PrivateEndpointConnectionsListByClusterOptionalParams)

Lista as conexões de ponto de extremidade privado para um cluster HDInsight.

Detalhes de Método

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

Aprove ou rejeite manualmente uma conexão de ponto de extremidade privado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do cluster.

privateEndpointConnectionName

string

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

parameters
PrivateEndpointConnection

A conexão de ponto de extremidade privado cria ou atualiza a solicitação.

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Aprove ou rejeite manualmente uma conexão de ponto de extremidade privado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do cluster.

privateEndpointConnectionName

string

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

parameters
PrivateEndpointConnection

A conexão de ponto de extremidade privado cria ou atualiza a solicitação.

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Exclui a conexão de ponto de extremidade privada específica.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do cluster.

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Exclui a conexão de ponto de extremidade privada específica.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do cluster.

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obtém a conexão de ponto de extremidade privada específica.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do cluster.

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionsGetOptionalParams

Os parâmetros de opções.

Devoluções

listByCluster(string, string, PrivateEndpointConnectionsListByClusterOptionalParams)

Lista as conexões de ponto de extremidade privado para um cluster HDInsight.

function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do cluster.

options
PrivateEndpointConnectionsListByClusterOptionalParams

Os parâmetros de opções.

Devoluções