PrivateEndpointConnection interface
Interfaccia che rappresenta un oggetto PrivateEndpointConnection.
Metodi
| create |
Approva o rifiuta una connessione endpoint privato |
| delete(string, string, string, Private |
Elimina una connessione endpoint privato |
| get(string, string, string, Private |
Ottiene una connessione all'endpoint privato |
Dettagli metodo
createOrUpdate(string, string, string, PrivateLinkConnectionApprovalRequestResource, PrivateEndpointConnectionCreateOrUpdateOptionalParams)
Approva o rifiuta una connessione endpoint privato
function createOrUpdate(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionResource>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- factoryName
-
string
Nome della factory.
- privateEndpointConnectionName
-
string
Nome della connessione dell'endpoint privato.
- privateEndpointWrapper
- PrivateLinkConnectionApprovalRequestResource
Risorsa ARM approvazione connessione endpoint privato.
Parametri delle opzioni.
Restituisce
Promise<PrivateEndpointConnectionResource>
delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)
Elimina una connessione endpoint privato
function delete(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- factoryName
-
string
Nome della factory.
- privateEndpointConnectionName
-
string
Nome della connessione dell'endpoint privato.
Parametri delle opzioni.
Restituisce
Promise<void>
get(string, string, string, PrivateEndpointConnectionGetOptionalParams)
Ottiene una connessione all'endpoint privato
function get(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionResource>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- factoryName
-
string
Nome della factory.
- privateEndpointConnectionName
-
string
Nome della connessione dell'endpoint privato.
Parametri delle opzioni.
Restituisce
Promise<PrivateEndpointConnectionResource>