PrivateEndpointConnectionOperations interface
Interface représentant un PrivateEndpointConnectionOperations.
Méthodes
| begin |
Créer une connexion PrivateEndpointConnection |
| begin |
Créer une connexion PrivateEndpointConnection |
| delete(string, string, string, Private |
Supprimer une connexion PrivateEndpointConnection |
| get(string, string, string, Private |
Obtenir une connexion PrivateEndpointConnection |
| list |
Répertorier les ressources PrivateEndpointConnection par AssessmentProject |
Détails de la méthode
beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)
Créer une connexion PrivateEndpointConnection
function beginUpdate(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- projectName
-
string
Nom du projet d’évaluation
- privateEndpointConnectionName
-
string
Nom ARM de connexion de point de terminaison privé
- resource
- PrivateEndpointConnection
Paramètres de création de ressources.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)
Créer une connexion PrivateEndpointConnection
function beginUpdateAndWait(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<PrivateEndpointConnection>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- projectName
-
string
Nom du projet d’évaluation
- privateEndpointConnectionName
-
string
Nom ARM de connexion de point de terminaison privé
- resource
- PrivateEndpointConnection
Paramètres de création de ressources.
Paramètres d’options.
Retours
Promise<PrivateEndpointConnection>
delete(string, string, string, PrivateEndpointConnectionOperationsDeleteOptionalParams)
Supprimer une connexion PrivateEndpointConnection
function delete(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- projectName
-
string
Nom du projet d’évaluation
- privateEndpointConnectionName
-
string
Nom ARM de connexion de point de terminaison privé
Paramètres d’options.
Retours
Promise<void>
get(string, string, string, PrivateEndpointConnectionOperationsGetOptionalParams)
Obtenir une connexion PrivateEndpointConnection
function get(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsGetOptionalParams): Promise<PrivateEndpointConnection>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- projectName
-
string
Nom du projet d’évaluation
- privateEndpointConnectionName
-
string
Nom ARM de connexion de point de terminaison privé
Paramètres d’options.
Retours
Promise<PrivateEndpointConnection>
listByAssessmentProject(string, string, PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams)
Répertorier les ressources PrivateEndpointConnection par AssessmentProject
function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], 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.