Partager via


PrivateEndpointConnections interface

Interface représentant un PrivateEndpointConnections.

Méthodes

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Mettre à jour le status d’une connexion de point de terminaison privé avec le nom spécifié

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Mettre à jour le status d’une connexion de point de terminaison privé avec le nom spécifié

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprimer la connexion de point de terminaison privé avec le nom spécifié

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprimer la connexion de point de terminaison privé avec le nom spécifié

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Obtenir les propriétés de connexion d’un point de terminaison privé pour un espace de travail

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Répertorier les connexions de point de terminaison privé de l’espace de travail

Détails de la méthode

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Mettre à jour le status d’une connexion de point de terminaison privé avec le nom spécifié

function beginCreate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé

privateEndpointConnection
PrivateEndpointConnection

Connexion de point de terminaison privé avec des propriétés mises à jour

options
PrivateEndpointConnectionsCreateOptionalParams

Paramètres d’options.

Retours

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

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Mettre à jour le status d’une connexion de point de terminaison privé avec le nom spécifié

function beginCreateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé

privateEndpointConnection
PrivateEndpointConnection

Connexion de point de terminaison privé avec des propriétés mises à jour

options
PrivateEndpointConnectionsCreateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprimer la connexion de point de terminaison privé avec le nom spécifié

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

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé

options
PrivateEndpointConnectionsDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Supprimer la connexion de point de terminaison privé avec le nom spécifié

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

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

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 les propriétés de connexion d’un point de terminaison privé pour un espace de travail

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

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

privateEndpointConnectionName

string

Nom de la connexion de point de terminaison privé

options
PrivateEndpointConnectionsGetOptionalParams

Paramètres d’options.

Retours

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Répertorier les connexions de point de terminaison privé de l’espace de travail

function list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

options
PrivateEndpointConnectionsListOptionalParams

Paramètres d’options.

Retours