Condividi tramite


PrivateEndpointConnections interface

Interfaccia che rappresenta un oggetto PrivateEndpointConnections.

Metodi

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Elimina uno spazio dei nomi esistente. Questa operazione rimuove anche tutte le risorse associate nello spazio dei nomi .

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Elimina uno spazio dei nomi esistente. Questa operazione rimuove anche tutte le risorse associate nello spazio dei nomi .

createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Crea o aggiorna PrivateEndpointConnections dello spazio dei nomi del servizio.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottiene una descrizione per il nome di connessione dell'endpoint privato specificato.

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Ottiene l'oggetto PrivateEndpointConnections disponibile all'interno di uno spazio dei nomi.

Dettagli metodo

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Elimina uno spazio dei nomi esistente. Questa operazione rimuove anche tutte le risorse associate nello spazio dei nomi .

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse all'interno della sottoscrizione di Azure.

namespaceName

string

Nome dello spazio dei nomi

privateEndpointConnectionName

string

Nome PrivateEndpointConnection

options
PrivateEndpointConnectionsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Elimina uno spazio dei nomi esistente. Questa operazione rimuove anche tutte le risorse associate nello spazio dei nomi .

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse all'interno della sottoscrizione di Azure.

namespaceName

string

Nome dello spazio dei nomi

privateEndpointConnectionName

string

Nome PrivateEndpointConnection

options
PrivateEndpointConnectionsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

Crea o aggiorna PrivateEndpointConnections dello spazio dei nomi del servizio.

function createOrUpdate(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

Parametri

resourceGroupName

string

Nome del gruppo di risorse all'interno della sottoscrizione di Azure.

namespaceName

string

Nome dello spazio dei nomi

privateEndpointConnectionName

string

Nome PrivateEndpointConnection

parameters
PrivateEndpointConnection

Parametri forniti per aggiornare lo stato della connessione PrivateEndPoint alla risorsa dello spazio dei nomi.

Restituisce

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottiene una descrizione per il nome di connessione dell'endpoint privato specificato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse all'interno della sottoscrizione di Azure.

namespaceName

string

Nome dello spazio dei nomi

privateEndpointConnectionName

string

Nome PrivateEndpointConnection

options
PrivateEndpointConnectionsGetOptionalParams

Parametri delle opzioni.

Restituisce

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Ottiene l'oggetto PrivateEndpointConnections disponibile all'interno di uno spazio dei nomi.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse all'interno della sottoscrizione di Azure.

namespaceName

string

Nome dello spazio dei nomi

options
PrivateEndpointConnectionsListOptionalParams

Parametri delle opzioni.

Restituisce