PrivateEndpointConnections interface

Interfaccia che rappresenta un oggetto PrivateEndpointConnections.

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.

Valori restituiti

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.

Valori restituiti

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.

Valori restituiti

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.

Valori restituiti

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.

Valori restituiti

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.

Valori restituiti