Condividi tramite


PrivateEndpointConnections interface

Interfaccia che rappresenta un oggetto PrivateEndpointConnections.

Metodi

create(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Aggiornare lo stato della connessione dell'endpoint privato specificata associata al bot.

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Elimina la connessione all'endpoint privato specificata associata al bot.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottiene la connessione dell'endpoint privato specificata associata al bot.

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Elencare tutte le connessioni dell'endpoint privato associate al bot.

Dettagli metodo

create(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Aggiornare lo stato della connessione dell'endpoint privato specificata associata al bot.

function create(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>

Parametri

resourceGroupName

string

Nome del gruppo di risorse Bot nella sottoscrizione utente.

resourceName

string

Nome della risorsa bot.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato associata alla risorsa di Azure

properties
PrivateEndpointConnection

Proprietà di connessione dell'endpoint privato.

options
PrivateEndpointConnectionsCreateOptionalParams

Parametri delle opzioni.

Restituisce

delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Elimina la connessione all'endpoint privato specificata associata al bot.

function delete(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

Parametri

resourceGroupName

string

Nome del gruppo di risorse Bot nella sottoscrizione utente.

resourceName

string

Nome della risorsa bot.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato associata alla risorsa di Azure

options
PrivateEndpointConnectionsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottiene la connessione dell'endpoint privato specificata associata al bot.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse Bot nella sottoscrizione utente.

resourceName

string

Nome della risorsa bot.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato associata alla risorsa di Azure

options
PrivateEndpointConnectionsGetOptionalParams

Parametri delle opzioni.

Restituisce

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Elencare tutte le connessioni dell'endpoint privato associate al bot.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse Bot nella sottoscrizione utente.

resourceName

string

Nome della risorsa bot.

options
PrivateEndpointConnectionsListOptionalParams

Parametri delle opzioni.

Restituisce