PrivateEndpointConnections interface
Interface representing a PrivateEndpointConnections.
Methods
begin |
Create or update a private endpoint connection |
begin |
Create or update a private endpoint connection |
begin |
Delete a private endpoint connection |
begin |
Delete a private endpoint connection |
get(string, string, string, Private |
Get a private endpoint connection |
list |
Get private endpoint connections for account |
Method Details
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Create or update a private endpoint connection
function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
The name of the account.
- privateEndpointConnectionName
-
string
Name of the private endpoint connection.
- request
- PrivateEndpointConnection
The request.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Create or update a private endpoint connection
function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
The name of the account.
- privateEndpointConnectionName
-
string
Name of the private endpoint connection.
- request
- PrivateEndpointConnection
The request.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Delete a private endpoint connection
function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
The name of the account.
- privateEndpointConnectionName
-
string
Name of the private endpoint connection.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Delete a private endpoint connection
function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
The name of the account.
- privateEndpointConnectionName
-
string
Name of the private endpoint connection.
The options parameters.
Returns
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
Get a private endpoint connection
function get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
The name of the account.
- privateEndpointConnectionName
-
string
Name of the private endpoint connection.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)
Get private endpoint connections for account
function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
The name of the account.
The options parameters.