CloudHsmClusterResource.GetCloudHsmClusterPrivateLinkResourcesAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}/privateLinkResources
  • Operation Id: CloudHsmClusterPrivateLinkResources_ListByCloudHsmCluster
public virtual Azure.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.Models.HardwareSecurityModulesPrivateLinkData> GetCloudHsmClusterPrivateLinkResourcesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetCloudHsmClusterPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.Models.HardwareSecurityModulesPrivateLinkData>
override this.GetCloudHsmClusterPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HardwareSecurityModules.Models.HardwareSecurityModulesPrivateLinkData>
Public Overridable Function GetCloudHsmClusterPrivateLinkResourcesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HardwareSecurityModulesPrivateLinkData)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to