PrivateEndpointConnections interface
Interface representing a PrivateEndpointConnections.
Methods
| list |
The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster |
Method Details
listByCloudHsmCluster(string, string, PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams)
The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster
function listByCloudHsmCluster(resourceGroupName: string, cloudHsmClusterName: string, options?: PrivateEndpointConnectionsListByCloudHsmClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
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.
The options parameters.