Language

PaymentHsmClusterResource.GetByPaymentHsmCluster(CancellationToken) Method

Definition

Gets the private link resources supported for the Payment Hsm Cluster.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to