Freigeben über


AvsExtensions.GetAvsPrivateCloudsAsync Methode

Definition

Auflisten privater Clouds in einem Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.AVS/privateClouds
  • Vorgang IdPrivateClouds_ListInSubscription
public static Azure.AsyncPageable<Azure.ResourceManager.Avs.AvsPrivateCloudResource> GetAvsPrivateCloudsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetAvsPrivateCloudsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Avs.AvsPrivateCloudResource>
<Extension()>
Public Function GetAvsPrivateCloudsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AvsPrivateCloudResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der AvsPrivateCloudResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: