Udostępnij za pośrednictwem


MockableAvsSubscriptionResource.GetAvsPrivateCloudsAsync Method

Definition

List private clouds in a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AVS/privateClouds
  • Operation Id: PrivateClouds_ListInSubscription
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudResource
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

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

Applies to