Language

MockableHardwareSecurityModulesSubscriptionResource.GetPaymentHsmClusters Method

Definition

The List operation gets information about the Payment HSM Clusters associated with the subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.HardwareSecurityModules/paymentHsmClusters.
  • Operation Id. : PaymentHsmClusters_ListBySubscription.
  • Default Api Version. : 2025-12-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterResource> GetPaymentHsmClusters(string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPaymentHsmClusters : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterResource>
override this.GetPaymentHsmClusters : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterResource>
Public Overridable Function GetPaymentHsmClusters (Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PaymentHsmClusterResource)

Parameters

skiptoken
String

The page-continuation token to use with a paged version of this API.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to