Share via


CloudHsmClusterPrivateEndpointConnections interface

Interface representing a CloudHsmClusterPrivateEndpointConnections.

Methods

beginDelete(string, string, string, CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams)

Deletes the private endpoint connection for the Cloud Hsm Cluster.

beginDeleteAndWait(string, string, string, CloudHsmClusterPrivateEndpointConnectionsDeleteOptionalParams)

Deletes the private endpoint connection for the Cloud Hsm Cluster.

create(string, string, string, PrivateEndpointConnection, CloudHsmClusterPrivateEndpointConnectionsCreateOptionalParams)

Creates or updates the private endpoint connection for the Cloud Hsm Cluster.

get(string, string, string, CloudHsmClusterPrivateEndpointConnectionsGetOptionalParams)

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.

Returns

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.

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

Returns

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.

Returns