Partager via


PrivateLinkResourceOperations interface

Interface représentant un PrivateLinkResourceOperations.

Méthodes

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

Obtenir un PrivateLinkResource

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

Répertorier les ressources PrivateLinkResource par AssessmentProject

Détails de la méthode

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

Obtenir un PrivateLinkResource

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

projectName

string

Nom du projet d’évaluation

privateLinkResourceName

string

Nom ARM de ressource private link

options
PrivateLinkResourceOperationsGetOptionalParams

Paramètres d’options.

Retours

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

Répertorier les ressources PrivateLinkResource par AssessmentProject

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

projectName

string

Nom du projet d’évaluation

Retours