Condividi tramite


MockableAvsSubscriptionResource.GetAvsPrivateCloudsAsync Method

Definition

List PrivateCloud resources by subscription ID

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to