Share via


CloudHsmClusterPrivateEndpointConnectionCollection.GetAllAsync Method

Definition

The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_ListByCloudHsmCluster
  • Default Api Version: 2024-06-30-preview
  • Resource: CloudHsmClusterPrivateEndpointConnectionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterPrivateEndpointConnectionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterPrivateEndpointConnectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterPrivateEndpointConnectionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CloudHsmClusterPrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of CloudHsmClusterPrivateEndpointConnectionResource that may take multiple service requests to iterate over.

Applies to