Freigeben über


ComputeExtensions.GetCloudServicesAsync Methode

Definition

Ruft eine Liste aller Clouddienste im Abonnement ab, unabhängig von der zugeordneten Ressourcengruppe. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Cloud Services abzurufen. Gehen Sie so vor, bis nextLink null ist, um alle Cloud Services abzurufen.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/cloudServices
  • Vorgangs-IdCloudServices_ListAll
public static Azure.AsyncPageable<Azure.ResourceManager.Compute.CloudServiceResource> GetCloudServicesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetCloudServicesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.CloudServiceResource>
<Extension()>
Public Function GetCloudServicesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CloudServiceResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von CloudServiceResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: