PrivateLinkResourceOperations interface

Interface que representa um PrivateLinkResourceOperations.

Métodos

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

Obter um PrivateLinkResource

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

Listar recursos PrivateLinkResource por AssessmentProject

Detalhes de Método

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

Obter um PrivateLinkResource

function get(resourceGroupName: string, projectName: string, privateLinkResourceName: string, options?: PrivateLinkResourceOperationsGetOptionalParams): Promise<PrivateLinkResource>

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

privateLinkResourceName

string

Nome ARM do recurso de link privado

options
PrivateLinkResourceOperationsGetOptionalParams

Os parâmetros de opções.

Devoluções

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

Listar recursos PrivateLinkResource por AssessmentProject

function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], 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