get Cloud Hsm Cluster Private Endpoint Connection
suspend fun getCloudHsmClusterPrivateEndpointConnection(argument: GetCloudHsmClusterPrivateEndpointConnectionPlainArgs): GetCloudHsmClusterPrivateEndpointConnectionResult
Gets the private endpoint connection for the Cloud Hsm Cluster. Uses Azure REST API version 2022-08-31-preview. Other available API versions: 2023-12-10-preview, 2024-06-30-preview.
Return
The private endpoint connection resource.
Parameters
argument
null
suspend fun getCloudHsmClusterPrivateEndpointConnection(cloudHsmClusterName: String, peConnectionName: String, resourceGroupName: String): GetCloudHsmClusterPrivateEndpointConnectionResult
Return
The private endpoint connection resource.
Parameters
cloud Hsm Cluster Name
The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 24 characters in length.
pe Connection Name
Name of the private endpoint connection associated with the Cloud HSM Cluster.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getCloudHsmClusterPrivateEndpointConnection(argument: suspend GetCloudHsmClusterPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetCloudHsmClusterPrivateEndpointConnectionResult
Return
The private endpoint connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.hardwaresecuritymodules.kotlin.inputs.GetCloudHsmClusterPrivateEndpointConnectionPlainArgs.