PrivateEndpointConnections interface
Interfaccia che rappresenta un oggetto PrivateEndpointConnections.
Metodi
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.
Parametri delle opzioni.
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.
Parametri delle opzioni.
Restituisce
Promise<PrivateEndpointConnection>
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.
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.
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.
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<PrivateEndpointConnectionsResponse>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse che contiene DigitalTwinsInstance.
- resourceName
-
string
Nome di DigitalTwinsInstance.
Parametri delle opzioni.
Restituisce
Promise<PrivateEndpointConnectionsResponse>