ManagedHsmResource.GetMHSMPrivateLinkResourcesByManagedHsmResourceAsync Method

Definition

Gets the private link resources supported for the managed hsm pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateLinkResources
  • Operation Id: MHSMPrivateLinkResources_ListByMHSMResource
  • Default Api Version: 2023-02-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateLinkResourceData> GetMHSMPrivateLinkResourcesByManagedHsmResourceAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetMHSMPrivateLinkResourcesByManagedHsmResourceAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateLinkResourceData>
override this.GetMHSMPrivateLinkResourcesByManagedHsmResourceAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.KeyVault.Models.ManagedHsmPrivateLinkResourceData>
Public Overridable Function GetMHSMPrivateLinkResourcesByManagedHsmResourceAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedHsmPrivateLinkResourceData)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to