Freigeben über


CloudServicesOperationsExtensions.List Methode

Definition

Ruft eine Liste aller Clouddienste unter einer Ressourcengruppe 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> List (this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudService>
<Extension()>
Public Function List (operations As ICloudServicesOperations, resourceGroupName As String) As IPage(Of CloudService)

Parameter

operations
ICloudServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe

Gibt zurück

Gilt für: