PrivateLinkResourceOperations interface

Interfaz que representa una privateLinkResourceOperations.

Métodos

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

Obtener un privateLinkResource

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

Enumeración de recursos PrivateLinkResource por AssessmentProject

Detalles del método

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

Obtener un privateLinkResource

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto de evaluación

privateLinkResourceName

string

Nombre de RESOURCE de Private Link

options
PrivateLinkResourceOperationsGetOptionalParams

Parámetros de opciones.

Devoluciones

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

Enumeración de recursos PrivateLinkResource por AssessmentProject

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

projectName

string

Nombre del proyecto de evaluación

Devoluciones