PrivateEndpointConnectionOperations interface

Interface que representa um PrivateEndpointConnectionOperations.

Métodos

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

Criar um PrivateEndpointConnection

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

Criar um PrivateEndpointConnection

delete(string, string, string, PrivateEndpointConnectionOperationsDeleteOptionalParams)

Excluir um PrivateEndpointConnection

get(string, string, string, PrivateEndpointConnectionOperationsGetOptionalParams)

Obter um PrivateEndpointConnection

listByAssessmentProject(string, string, PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams)

Listar recursos PrivateEndpointConnection por AssessmentProject

Detalhes de Método

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

Criar um PrivateEndpointConnection

function beginUpdate(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Parâmetros

resourceGroupName

string

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

projectName

string

Nome do projeto de avaliação

privateEndpointConnectionName

string

Nome ARM da conexão de ponto de extremidade privado

resource
PrivateEndpointConnection

Parâmetros de criação de recursos.

options
PrivateEndpointConnectionOperationsUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

Criar um PrivateEndpointConnection

function beginUpdateAndWait(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<PrivateEndpointConnection>

Parâmetros

resourceGroupName

string

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

projectName

string

Nome do projeto de avaliação

privateEndpointConnectionName

string

Nome ARM da conexão de ponto de extremidade privado

resource
PrivateEndpointConnection

Parâmetros de criação de recursos.

options
PrivateEndpointConnectionOperationsUpdateOptionalParams

Os parâmetros de opções.

Devoluções

delete(string, string, string, PrivateEndpointConnectionOperationsDeleteOptionalParams)

Excluir um PrivateEndpointConnection

function delete(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

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

projectName

string

Nome do projeto de avaliação

privateEndpointConnectionName

string

Nome ARM da conexão de ponto de extremidade privado

options
PrivateEndpointConnectionOperationsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

get(string, string, string, PrivateEndpointConnectionOperationsGetOptionalParams)

Obter um PrivateEndpointConnection

function get(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsGetOptionalParams): Promise<PrivateEndpointConnection>

Parâmetros

resourceGroupName

string

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

projectName

string

Nome do projeto de avaliação

privateEndpointConnectionName

string

Nome ARM da conexão de ponto de extremidade privado

options
PrivateEndpointConnectionOperationsGetOptionalParams

Os parâmetros de opções.

Devoluções

listByAssessmentProject(string, string, PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams)

Listar recursos PrivateEndpointConnection por AssessmentProject

function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Parâmetros

resourceGroupName

string

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

projectName

string

Nome do projeto de avaliação

Devoluções