Compartilhar via


PrivateEndpointConnections interface

Interface que representa um PrivateEndpointConnections.

Métodos

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Aprovar ou rejeitar uma conexão de ponto de extremidade privado.

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Aprovar ou rejeitar uma conexão de ponto de extremidade privado.

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Exclua uma conexão de ponto de extremidade privado.

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Exclua uma conexão de ponto de extremidade privado.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obtém uma conexão de ponto de extremidade privado.

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Lista a conexão de ponto de extremidade privado no workspace.

Detalhes do método

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Aprovar ou rejeitar uma conexão de ponto de extremidade privado.

function beginCreate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

privateEndpointConnectionName

string

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

request
PrivateEndpointConnection

Solicitar o corpo da conexão de ponto de extremidade privado para criar.

options
PrivateEndpointConnectionsCreateOptionalParams

Os parâmetros de opções.

Retornos

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

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Aprovar ou rejeitar uma conexão de ponto de extremidade privado.

function beginCreateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

privateEndpointConnectionName

string

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

request
PrivateEndpointConnection

Solicitar o corpo da conexão de ponto de extremidade privado para criar.

options
PrivateEndpointConnectionsCreateOptionalParams

Os parâmetros de opções.

Retornos

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Exclua uma conexão de ponto de extremidade privado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

privateEndpointConnectionName

string

O 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)

Exclua uma conexão de ponto de extremidade privado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

privateEndpointConnectionName

string

O 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)

Obtém uma conexão de ponto de extremidade privado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionsGetOptionalParams

Os parâmetros de opções.

Retornos

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Lista a conexão de ponto de extremidade privado no workspace.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

options
PrivateEndpointConnectionsListOptionalParams

Os parâmetros de opções.

Retornos