PrivateEndpointConnections interface
Interfaccia che rappresenta un oggetto PrivateEndpointConnections.
Metodi
begin |
Eliminare la connessione dell'endpoint privato con il nome specificato |
begin |
Eliminare la connessione dell'endpoint privato con il nome specificato |
begin |
Aggiornare lo stato di una connessione endpoint privato con il nome specificato |
begin |
Aggiornare lo stato di una connessione endpoint privato con il nome specificato |
get(string, string, string, Private |
Ottenere le proprietà di connessione dell'endpoint privato |
list(string, string, Private |
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
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
Parametri delle opzioni.
Restituisce
Promise<PrivateEndpointConnection>
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
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
Parametri delle opzioni.
Restituisce
Promise<PrivateEndpointConnection>
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
Parametri delle opzioni.
Restituisce
Promise<PrivateEndpointConnection>
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.
Parametri delle opzioni.