Share via


HcxEnterpriseSiteCollection.GetAllAsync(CancellationToken) Method

Definition

List HCX on-premises key in a private cloud

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/hcxEnterpriseSites
  • Operation Id: HcxEnterpriseSites_List
  • Default Api Version: 2023-03-01
  • Resource: HcxEnterpriseSiteResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Avs.HcxEnterpriseSiteResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Avs.HcxEnterpriseSiteResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Avs.HcxEnterpriseSiteResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HcxEnterpriseSiteResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to