AvsCloudLinkCollection.GetAllAsync(CancellationToken) Method

Definition

List CloudLink resources by PrivateCloud

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to