PrivateLinkResourceOperations interface
Interface représentant un PrivateLinkResourceOperations.
Méthodes
| get(string, string, string, Private |
Obtenir un PrivateLinkResource |
| list |
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
Paramètres d’options.
Retours
Promise<PrivateLinkResource>
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
Paramètres d’options.