Condividi tramite


PrivateEndpointConnections interface

Interfaccia che rappresenta un oggetto PrivateEndpointConnections.

Metodi

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Aggiornare una connessione endpoint privato.

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Aggiornare una connessione endpoint privato.

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Elimina una connessione endpoint privato dall'applicazione IoT Central.

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Elimina una connessione endpoint privato dall'applicazione IoT Central.

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottenere i metadati di una connessione endpoint privato per l'applicazione IoT Central.

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Ottenere tutte le connessioni endpoint privato di un'applicazione IoT Central.

Dettagli metodo

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Aggiornare una connessione endpoint privato.

function beginCreate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateResponse>, PrivateEndpointConnectionsCreateResponse>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'applicazione IoT Central.

resourceName

string

Nome della risorsa ARM dell'applicazione IoT Central.

privateEndpointConnectionName

string

Nome della connessione dell'endpoint privato.

privateEndpointConnection
PrivateEndpointConnection

Metadati della connessione all'endpoint privato.

options
PrivateEndpointConnectionsCreateOptionalParams

Parametri delle opzioni.

Restituisce

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

Aggiornare una connessione endpoint privato.

function beginCreateAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnectionsCreateResponse>

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'applicazione IoT Central.

resourceName

string

Nome della risorsa ARM dell'applicazione IoT Central.

privateEndpointConnectionName

string

Nome della connessione dell'endpoint privato.

privateEndpointConnection
PrivateEndpointConnection

Metadati della connessione all'endpoint privato.

options
PrivateEndpointConnectionsCreateOptionalParams

Parametri delle opzioni.

Restituisce

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Elimina una connessione endpoint privato dall'applicazione IoT Central.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'applicazione IoT Central.

resourceName

string

Nome della risorsa ARM dell'applicazione IoT Central.

privateEndpointConnectionName

string

Nome della connessione dell'endpoint privato.

options
PrivateEndpointConnectionsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Elimina una connessione endpoint privato dall'applicazione IoT Central.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'applicazione IoT Central.

resourceName

string

Nome della risorsa ARM dell'applicazione IoT Central.

privateEndpointConnectionName

string

Nome della connessione dell'endpoint privato.

options
PrivateEndpointConnectionsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Ottenere i metadati di una connessione endpoint privato per l'applicazione IoT Central.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'applicazione IoT Central.

resourceName

string

Nome della risorsa ARM dell'applicazione IoT Central.

privateEndpointConnectionName

string

Nome della connessione dell'endpoint privato.

options
PrivateEndpointConnectionsGetOptionalParams

Parametri delle opzioni.

Restituisce

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Ottenere tutte le connessioni endpoint privato di un'applicazione IoT Central.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene l'applicazione IoT Central.

resourceName

string

Nome della risorsa ARM dell'applicazione IoT Central.

options
PrivateEndpointConnectionsListOptionalParams

Parametri delle opzioni.

Restituisce