PrivateEndpointConnections interface
Interface representing a PrivateEndpointConnections.
Methods
begin |
Update the state of specified private endpoint connection associated with the Cognitive Services account. |
begin |
Update the state of specified private endpoint connection associated with the Cognitive Services account. |
begin |
Deletes the specified private endpoint connection associated with the Cognitive Services account. |
begin |
Deletes the specified private endpoint connection associated with the Cognitive Services account. |
get(string, string, string, Private |
Gets the specified private endpoint connection associated with the Cognitive Services account. |
list(string, string, Private |
Gets the private endpoint connections associated with the Cognitive Services account. |
Method Details
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Update the state of specified private endpoint connection associated with the Cognitive Services account.
function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The name of Cognitive Services account.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Cognitive Services Account
- properties
- PrivateEndpointConnection
The private endpoint connection properties.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Update the state of specified private endpoint connection associated with the Cognitive Services account.
function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The name of Cognitive Services account.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Cognitive Services Account
- properties
- PrivateEndpointConnection
The private endpoint connection properties.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Deletes the specified private endpoint connection associated with the Cognitive Services account.
function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The name of Cognitive Services account.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Cognitive Services Account
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Deletes the specified private endpoint connection associated with the Cognitive Services account.
function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The name of Cognitive Services account.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Cognitive Services Account
The options parameters.
Returns
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
Gets the specified private endpoint connection associated with the Cognitive Services account.
function get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- accountName
-
string
The name of Cognitive Services account.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Cognitive Services Account
The options parameters.
Returns
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
Gets the private endpoint connections associated with the Cognitive Services 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 name of Cognitive Services account.
The options parameters.
Returns
Promise<PrivateEndpointConnectionListResult>