Freigeben über


CloudServicesOperationsExtensions.ListAsync 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. Gehen Sie so vor, bis nextLink null ist, um alle Cloud Services abzurufen.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudService>> ListAsync (this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CloudService>>
<Extension()>
Public Function ListAsync (operations As ICloudServicesOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CloudService))

Parameter

operations
ICloudServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: