Partager via


PrivateEndpointConnections interface

Interface représentant un PrivateEndpointConnections.

Méthodes

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

Approuve ou rejette une connexion de point de terminaison privé avec un nom donné.

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

Approuve ou rejette 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é.

listByCluster(string, string, PrivateEndpointConnectionsListByClusterOptionalParams)

Obtient la liste des connexions de point de terminaison privé sur un cluster.

Détails de la méthode

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

Approuve ou rejette une connexion de point de terminaison privé avec un nom donné.

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

Paramètres

resourceGroupName

string

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

clusterName

string

Nom du cluster.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé associée au cluster.

parameters
PrivateEndpointConnection

Paramètres requis pour approuver une connexion de point de terminaison privé.

Retours

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

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

Approuve ou rejette une connexion de point de terminaison privé avec un nom donné.

function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: 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.

clusterName

string

Nom du cluster.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé associée au cluster.

parameters
PrivateEndpointConnection

Paramètres requis pour approuver 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, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>

Paramètres

resourceGroupName

string

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

clusterName

string

Nom du cluster.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé associée au cluster.

options
PrivateEndpointConnectionsDeleteOptionalParams

Paramètres d’options.

Retours

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

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

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteHeaders>

Paramètres

resourceGroupName

string

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

clusterName

string

Nom du cluster.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé associée au cluster.

options
PrivateEndpointConnectionsDeleteOptionalParams

Paramètres d’options.

Retours

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obtient une connexion de point de terminaison privé.

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

Paramètres

resourceGroupName

string

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

clusterName

string

Nom du cluster.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé associée au cluster.

options
PrivateEndpointConnectionsGetOptionalParams

Paramètres d’options.

Retours

listByCluster(string, string, PrivateEndpointConnectionsListByClusterOptionalParams)

Obtient la liste des connexions de point de terminaison privé sur un cluster.

function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Paramètres

resourceGroupName

string

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

clusterName

string

Nom du cluster.

Retours