Share via


MockableAvsSubscriptionResource.GetAvsPrivateClouds(CancellationToken) 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.Pageable<Azure.ResourceManager.Avs.AvsPrivateCloudResource> GetAvsPrivateClouds (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvsPrivateClouds : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Avs.AvsPrivateCloudResource>
override this.GetAvsPrivateClouds : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Avs.AvsPrivateCloudResource>
Public Overridable Function GetAvsPrivateClouds (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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