PrivateEndpointConnections interface
Interface representing a PrivateEndpointConnections.
Methods
Method Details
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Update the state of specified private endpoint connection associated with the device update account.
function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
Account name.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Azure resource
- privateEndpointConnection
- PrivateEndpointConnection
The parameters for creating a private endpoint connection.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Update the state of specified private endpoint connection associated with the device update account.
function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
Account name.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Azure resource
- privateEndpointConnection
- PrivateEndpointConnection
The parameters for creating a private endpoint connection.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Deletes the specified private endpoint connection associated with the device update account.
function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
Account name.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Azure resource
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Deletes the specified private endpoint connection associated with the device update account.
function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
Account name.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Azure resource
The options parameters.
Returns
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
Get the specified private endpoint connection associated with the device update account.
function get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
Account name.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Azure resource
The options parameters.
Returns
Promise<PrivateEndpointConnection>
listByAccount(string, string, PrivateEndpointConnectionsListByAccountOptionalParams)
List all private endpoint connections in a device update account.
function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
Parameters
- resourceGroupName
-
string
The resource group name.
- accountName
-
string
Account name.
The options parameters.