Language

PaymentHsmClusterPrivateEndpointConnectionCollection.GetAll Method

Definition

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

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/paymentHsmClusters/{paymentHsmClusterName}/privateEndpointConnections.
  • Operation Id. : PaymentHsmClusterPrivateEndpointConnections_ListByPaymentHsmCluster.
  • Default Api Version. : 2025-12-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterPrivateEndpointConnectionResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterPrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterPrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PaymentHsmClusterPrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of PaymentHsmClusterPrivateEndpointConnectionResource that may take multiple service requests to iterate over.

Applies to