Condividi tramite


PrivateEndpointConnections interface

Interfaccia che rappresenta un oggetto PrivateEndpointConnections.

Metodi

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare la connessione dell'endpoint privato con il nome specificato

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare la connessione dell'endpoint privato con il nome specificato

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

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

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

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

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottenere le proprietà di connessione dell'endpoint privato

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Elencare le proprietà di connessione dell'endpoint privato

Dettagli metodo

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare la connessione dell'endpoint privato con il nome specificato

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'hub IoT.

resourceName

string

Nome dell'hub IoT.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato

options
PrivateEndpointConnectionsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Eliminare la connessione dell'endpoint privato con il nome specificato

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'hub IoT.

resourceName

string

Nome dell'hub IoT.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato

options
PrivateEndpointConnectionsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'hub IoT.

resourceName

string

Nome dell'hub IoT.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato

privateEndpointConnection
PrivateEndpointConnection

Connessione dell'endpoint privato con proprietà aggiornate

options
PrivateEndpointConnectionsUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'hub IoT.

resourceName

string

Nome dell'hub IoT.

privateEndpointConnectionName

string

Nome della connessione all'endpoint privato

privateEndpointConnection
PrivateEndpointConnection

Connessione dell'endpoint privato con proprietà aggiornate

options
PrivateEndpointConnectionsUpdateOptionalParams

Parametri delle opzioni.

Restituisce

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottenere le proprietà di connessione dell'endpoint privato

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'hub IoT.

resourceName

string

Nome dell'hub IoT.

privateEndpointConnectionName

string

Nome della connessione all'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<PrivateEndpointConnectionsListResponse>

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'hub IoT.

resourceName

string

Nome dell'hub IoT.

options
PrivateEndpointConnectionsListOptionalParams

Parametri delle opzioni.

Restituisce