Condividi tramite


PrivateEndpointConnections interface

Interfaccia che rappresenta un oggetto PrivateEndpointConnections.

Metodi

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

Aggiornare lo stato di una connessione endpoint privato con il nome specificato.

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

Aggiornare lo stato di una connessione endpoint privato con il nome specificato.

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare la connessione all'endpoint privato con il nome specificato.

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare la connessione all'endpoint privato con il nome specificato.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottenere le proprietà di connessione dell'endpoint privato per l'endpoint privato specificato.

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Elencare le proprietà di connessione dell'endpoint privato.

Dettagli metodo

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

Aggiornare lo stato di una connessione endpoint privato con il nome specificato.

function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene DigitalTwinsInstance.

resourceName

string

Nome di DigitalTwinsInstance.

privateEndpointConnectionName

string

Nome della connessione dell'endpoint privato.

privateEndpointConnection
PrivateEndpointConnection

Connessione dell'endpoint privato con proprietà aggiornate.

Restituisce

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

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

Aggiornare lo stato di una connessione endpoint privato con il nome specificato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene DigitalTwinsInstance.

resourceName

string

Nome di DigitalTwinsInstance.

privateEndpointConnectionName

string

Nome della connessione dell'endpoint privato.

privateEndpointConnection
PrivateEndpointConnection

Connessione dell'endpoint privato con proprietà aggiornate.

Restituisce

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare la connessione all'endpoint privato con il nome specificato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene DigitalTwinsInstance.

resourceName

string

Nome di DigitalTwinsInstance.

privateEndpointConnectionName

string

Nome della connessione dell'endpoint privato.

options
PrivateEndpointConnectionsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare la connessione all'endpoint privato con il nome specificato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene DigitalTwinsInstance.

resourceName

string

Nome di DigitalTwinsInstance.

privateEndpointConnectionName

string

Nome della connessione dell'endpoint privato.

options
PrivateEndpointConnectionsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottenere le proprietà di connessione dell'endpoint privato per l'endpoint privato specificato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene DigitalTwinsInstance.

resourceName

string

Nome di DigitalTwinsInstance.

privateEndpointConnectionName

string

Nome della connessione dell'endpoint privato.

options
PrivateEndpointConnectionsGetOptionalParams

Parametri delle opzioni.

Restituisce

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Elencare le proprietà di connessione dell'endpoint privato.

function list(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListOptionalParams): Promise<PrivateEndpointConnectionsResponse>

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene DigitalTwinsInstance.

resourceName

string

Nome di DigitalTwinsInstance.

options
PrivateEndpointConnectionsListOptionalParams

Parametri delle opzioni.

Restituisce