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é.

beginUpdateTags(string, string, string, TagsObject, PrivateEndpointConnectionsUpdateTagsOptionalParams)

Mises à jour connexion de point de terminaison privé avec les balises spécifiées.

beginUpdateTagsAndWait(string, string, string, TagsObject, PrivateEndpointConnectionsUpdateTagsOptionalParams)

Mises à jour connexion de point de terminaison privé avec les balises spécifiées.

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<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Paramètres

resourceGroupName

string

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

serverName

string

Le nom du serveur

privateEndpointConnectionName

string

parameters
PrivateEndpointConnection

Une connexion de point de terminaison privé

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<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. Le nom ne respecte pas la casse.

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<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

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

serverName

string

Le nom du serveur

privateEndpointConnectionName

string

options
PrivateEndpointConnectionsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<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. Le nom ne respecte pas la casse.

serverName

string

Le nom du serveur

privateEndpointConnectionName

string

options
PrivateEndpointConnectionsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginUpdateTags(string, string, string, TagsObject, PrivateEndpointConnectionsUpdateTagsOptionalParams)

Mises à jour connexion de point de terminaison privé avec les balises spécifiées.

function beginUpdateTags(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: TagsObject, options?: PrivateEndpointConnectionsUpdateTagsOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Paramètres

resourceGroupName

string

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

serverName

string

Le nom du serveur

privateEndpointConnectionName

string

parameters
TagsObject

Paramètres fournis à l’opération Mettre à jour les balises de connexion de point de terminaison privé.

options
PrivateEndpointConnectionsUpdateTagsOptionalParams

Paramètres d’options.

Retours

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

beginUpdateTagsAndWait(string, string, string, TagsObject, PrivateEndpointConnectionsUpdateTagsOptionalParams)

Mises à jour connexion de point de terminaison privé avec les balises spécifiées.

function beginUpdateTagsAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: TagsObject, options?: PrivateEndpointConnectionsUpdateTagsOptionalParams): Promise<PrivateEndpointConnection>

Paramètres

resourceGroupName

string

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

serverName

string

Le nom du serveur

privateEndpointConnectionName

string

parameters
TagsObject

Paramètres fournis à l’opération Mettre à jour les balises de connexion de point de terminaison privé.

options
PrivateEndpointConnectionsUpdateTagsOptionalParams

Paramètres d’options.

Retours

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. Le nom ne respecte pas la casse.

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. Le nom ne respecte pas la casse.

serverName

string

Le nom du serveur

options
PrivateEndpointConnectionsListByServerOptionalParams

Paramètres d’options.

Retours