Partager via


PrivateEndpointConnections interface

Interface représentant un PrivateEndpointConnections.

Méthodes

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

Approuver ou rejeter une connexion de point de terminaison privé avec un nom donné.

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

Approuver ou rejeter une connexion de point de terminaison privé avec un nom donné.

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprime une connexion de point de terminaison privé avec un nom donné.

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprime une connexion de point de terminaison privé avec un nom donné.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obtient une connexion de point de terminaison privé.

listByServer(string, string, PrivateEndpointConnectionsListByServerOptionalParams)

Obtient toutes les connexions de point de terminaison privé sur un serveur.

Détails de la méthode

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

Approuver ou rejeter une connexion de point de terminaison privé avec un nom donné.

function beginCreateOrUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

privateEndpointConnectionName

string

parameters
PrivateEndpointConnection

Une connexion de point de terminaison privé

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

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

Approuver ou rejeter une connexion de point de terminaison privé avec un nom donné.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

privateEndpointConnectionName

string

parameters
PrivateEndpointConnection

Une connexion de point de terminaison privé

Retours

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprime une connexion de point de terminaison privé avec un nom donné.

function beginDelete(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

privateEndpointConnectionName

string

options
PrivateEndpointConnectionsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprime une connexion de point de terminaison privé avec un nom donné.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

privateEndpointConnectionName

string

options
PrivateEndpointConnectionsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obtient une connexion de point de terminaison privé.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé.

options
PrivateEndpointConnectionsGetOptionalParams

Paramètres d’options.

Retours

listByServer(string, string, PrivateEndpointConnectionsListByServerOptionalParams)

Obtient toutes les connexions de point de terminaison privé sur un serveur.

function listByServer(resourceGroupName: string, serverName: string, options?: PrivateEndpointConnectionsListByServerOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

options
PrivateEndpointConnectionsListByServerOptionalParams

Paramètres d’options.

Retours