PrivateEndpointConnections interface
Interface representing a PrivateEndpointConnections.
Methods
begin |
Deletes the specified private endpoint connection associated with the key vault. |
begin |
Deletes the specified private endpoint connection associated with the key vault. |
get(string, string, string, Private |
Gets the specified private endpoint connection associated with the key vault. |
list |
The List operation gets information about the private endpoint connections associated with the vault. |
put(string, string, string, Private |
Updates the specified private endpoint connection associated with the key vault. |
Method Details
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Deletes the specified private endpoint connection associated with the key vault.
function beginDelete(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the key vault.
- vaultName
-
string
The name of the key vault.
- privateEndpointConnectionName
-
string
Name of the private endpoint connection associated with the key vault.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Deletes the specified private endpoint connection associated with the key vault.
function beginDeleteAndWait(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the key vault.
- vaultName
-
string
The name of the key vault.
- privateEndpointConnectionName
-
string
Name of the private endpoint connection associated with the key vault.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
Gets the specified private endpoint connection associated with the key vault.
function get(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the key vault.
- vaultName
-
string
The name of the key vault.
- privateEndpointConnectionName
-
string
Name of the private endpoint connection associated with the key vault.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
listByResource(string, string, PrivateEndpointConnectionsListByResourceOptionalParams)
The List operation gets information about the private endpoint connections associated with the vault.
function listByResource(resourceGroupName: string, vaultName: string, options?: PrivateEndpointConnectionsListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the key vault.
- vaultName
-
string
The name of the key vault.
The options parameters.
Returns
put(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsPutOptionalParams)
Updates the specified private endpoint connection associated with the key vault.
function put(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnectionsPutResponse>
Parameters
- resourceGroupName
-
string
Name of the resource group that contains the key vault.
- vaultName
-
string
The name of the key vault.
- privateEndpointConnectionName
-
string
Name of the private endpoint connection associated with the key vault.
- properties
- PrivateEndpointConnection
The intended state of private endpoint connection.
The options parameters.