PrivateEndpointConnectionOperations interface
Interface representing a PrivateEndpointConnectionOperations.
Methods
begin |
Deletes a private endpoint connection with a given name. |
begin |
Deletes a private endpoint connection with a given name. |
begin |
Approve or reject a private endpoint connection with a given name. |
begin |
Approve or reject a private endpoint connection with a given name. |
Method Details
beginDelete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)
Deletes a private endpoint connection with a given name.
function beginDelete(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionDeleteHeaders>, PrivateEndpointConnectionDeleteHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionDeleteHeaders>, PrivateEndpointConnectionDeleteHeaders>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)
Deletes a private endpoint connection with a given name.
function beginDeleteAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<PrivateEndpointConnectionDeleteHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection.
The options parameters.
Returns
beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionUpdateOptionalParams)
Approve or reject a private endpoint connection with a given name.
function beginUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection.
- parameters
- PrivateEndpointConnection
The required parameters for updating private endpoint connection.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionUpdateOptionalParams)
Approve or reject a private endpoint connection with a given name.
function beginUpdateAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection.
- parameters
- PrivateEndpointConnection
The required parameters for updating private endpoint connection.
The options parameters.
Returns
Promise<PrivateEndpointConnection>