Condividi tramite


PrivateEndpointConnections interface

Interfaccia che rappresenta un oggetto PrivateEndpointConnections.

Metodi

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

Creare o aggiornare una connessione endpoint privato

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

Creare o aggiornare una connessione endpoint privato

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare una connessione endpoint privato

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare una connessione endpoint privato

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottenere una connessione all'endpoint privato

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

Ottenere connessioni endpoint privato per l'account

Dettagli metodo

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

Creare o aggiornare una connessione endpoint privato

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

accountName

string

Nome dell'account.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato.

request
PrivateEndpointConnection

Richiesta.

Restituisce

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

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

Creare o aggiornare una connessione endpoint privato

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

accountName

string

Nome dell'account.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato.

request
PrivateEndpointConnection

Richiesta.

Restituisce

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare una connessione endpoint privato

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

accountName

string

Nome dell'account.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato.

options
PrivateEndpointConnectionsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare una connessione endpoint privato

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

accountName

string

Nome dell'account.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato.

options
PrivateEndpointConnectionsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottenere una connessione all'endpoint privato

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

accountName

string

Nome dell'account.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato.

options
PrivateEndpointConnectionsGetOptionalParams

Parametri delle opzioni.

Restituisce

listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)

Ottenere connessioni endpoint privato per l'account

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

accountName

string

Nome dell'account.

Restituisce