Partager via


PrivateEndpointConnections interface

Interface représentant un PrivateEndpointConnections.

Méthodes

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Créer ou mettre à jour une connexion de point de terminaison privé

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Créer ou mettre à jour une connexion de point de terminaison privé

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprimer une connexion de point de terminaison privé

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprimer une connexion de point de terminaison privé

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obtenir une connexion de point de terminaison privé

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

Obtenir des connexions de point de terminaison privé pour le compte

Détails de la méthode

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Créer ou mettre à jour une connexion de point de terminaison privé

function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

accountName

string

Nom du compte.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé.

request
PrivateEndpointConnection

Demande.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Créer ou mettre à jour une connexion de point de terminaison privé

function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

accountName

string

Nom du compte.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé.

request
PrivateEndpointConnection

Demande.

Retours

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprimer une connexion de point de terminaison privé

function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

accountName

string

Nom du compte.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé.

options
PrivateEndpointConnectionsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprimer une connexion de point de terminaison privé

function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

accountName

string

Nom du compte.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé.

options
PrivateEndpointConnectionsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obtenir une connexion de point de terminaison privé

function get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

accountName

string

Nom du compte.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé.

options
PrivateEndpointConnectionsGetOptionalParams

Paramètres d’options.

Retours

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

Obtenir des connexions de point de terminaison privé pour le compte

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

accountName

string

Nom du compte.

Retours