Freigeben über


CloudServicesOperationsExtensions.ListAll(ICloudServicesOperations) Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudService> ListAll(this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations);
static member ListAll : Microsoft.Azure.Management.Compute.ICloudServicesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudService>
<Extension()>
Public Function ListAll (operations As ICloudServicesOperations) As IPage(Of CloudService)

Parameter

operations
ICloudServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

Gibt zurück

Gilt für: