PaymentHsmClusterResource.GetByPaymentHsmClusterAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkData> GetByPaymentHsmClusterAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetByPaymentHsmClusterAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkData>
override this.GetByPaymentHsmClusterAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkData>
Public Overridable Function GetByPaymentHsmClusterAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CloudHsmClusterPrivateLinkData)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of CloudHsmClusterPrivateLinkData that may take multiple service requests to iterate over.