PrivateEndpointConnections interface
Interface representing a PrivateEndpointConnections.
Methods
create |
Update private endpoint connection state under video analyzer account. |
delete(string, string, string, Private |
Delete private endpoint connection under video analyzer account. |
get(string, string, string, Private |
Get private endpoint connection under video analyzer account. |
list(string, string, Private |
Get all private endpoint connections under video analyzer account. |
Method Details
createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Update private endpoint connection state under video analyzer account.
function createOrUpdate(resourceGroupName: string, accountName: string, name: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The Video Analyzer account name.
- name
-
string
Private endpoint connection name.
- parameters
- PrivateEndpointConnection
The request parameters
The options parameters.
Returns
delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Delete private endpoint connection under video analyzer account.
function delete(resourceGroupName: string, accountName: string, name: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The Video Analyzer account name.
- name
-
string
Private endpoint connection name.
The options parameters.
Returns
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
Get private endpoint connection under video analyzer account.
function get(resourceGroupName: string, accountName: string, name: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The Video Analyzer account name.
- name
-
string
Private endpoint connection name.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
Get all private endpoint connections under video analyzer account.
function list(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListOptionalParams): Promise<PrivateEndpointConnectionListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The Video Analyzer account name.
The options parameters.
Returns
Promise<PrivateEndpointConnectionListResult>
Azure SDK for JavaScript