CloudHsmClusterPrivateEndpointConnections interface
Interface representing a CloudHsmClusterPrivateEndpointConnections.
Methods
| begin |
Deletes the private endpoint connection for the Cloud Hsm Cluster. |
| begin |
Deletes the private endpoint connection for the Cloud Hsm Cluster. |
| create(string, string, string, Private |
Creates or updates the private endpoint connection for the Cloud Hsm Cluster. |
| get(string, string, string, Cloud |
Gets the private endpoint connection for the Cloud Hsm Cluster. |
Method Details
beginDelete(string, string, string, CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams)
Deletes the private endpoint connection for the Cloud Hsm Cluster.
function beginDelete(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders>, CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudHsmClusterName
-
string
The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 23 characters in length.
- peConnectionName
-
string
Name of the private endpoint connection associated with the Cloud HSM Cluster.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders>, CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams)
Deletes the private endpoint connection for the Cloud Hsm Cluster.
function beginDeleteAndWait(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams): Promise<CloudHsmClusterPrivateEndpointConnectionsDeleteHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudHsmClusterName
-
string
The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 23 characters in length.
- peConnectionName
-
string
Name of the private endpoint connection associated with the Cloud HSM Cluster.
The options parameters.
Returns
create(string, string, string, PrivateEndpointConnection, CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams)
Creates or updates the private endpoint connection for the Cloud Hsm Cluster.
function create(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, properties: PrivateEndpointConnection, options?: CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudHsmClusterName
-
string
The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 23 characters in length.
- peConnectionName
-
string
Name of the private endpoint connection associated with the Cloud HSM Cluster.
- properties
- PrivateEndpointConnection
Parameters of the PrivateEndpointConnection
The options parameters.
Returns
Promise<PrivateEndpointConnection>
get(string, string, string, CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams)
Gets the private endpoint connection for the Cloud Hsm Cluster.
function get(resourceGroupName: string, cloudHsmClusterName: string, peConnectionName: string, options?: CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudHsmClusterName
-
string
The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 23 characters in length.
- peConnectionName
-
string
Name of the private endpoint connection associated with the Cloud HSM Cluster.
The options parameters.
Returns
Promise<PrivateEndpointConnection>