Freigeben über


MachinesOperationsExtensions.ListBySubscriptionAsync Methode

Definition

Listet alle Hybridcomputer im angegebenen Abonnement auf. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Hybridcomputern abzurufen.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.Machine>> ListBySubscriptionAsync (this Microsoft.Azure.Management.HybridCompute.IMachinesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.HybridCompute.IMachinesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.Machine>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IMachinesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Machine))

Parameter

operations
IMachinesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: