Freigeben über


DevTestLabsExtensions.GetDevTestLabGlobalSchedulesAsync Methode

Definition

Listet Zeitpläne in einem Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.DevTestLab/schedules
  • Vorgangs-IdGlobalSchedules_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabGlobalScheduleResource> GetDevTestLabGlobalSchedulesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand = default, string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDevTestLabGlobalSchedulesAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabGlobalScheduleResource>
<Extension()>
Public Function GetDevTestLabGlobalSchedulesAsync (subscriptionResource As SubscriptionResource, Optional expand As String = Nothing, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DevTestLabGlobalScheduleResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

expand
String

Geben Sie die $expand Abfrage an. Beispiel: 'properties($select=status)'.

filter
String

Der Filter, der auf den Vorgang angewendet werden soll. Beispiel: '$filter=contains(name,'myName').

top
Nullable<Int32>

Die maximale Anzahl von Ressourcen, die vom Vorgang zurückgegeben werden sollen. Beispiel: '$top=10'.

orderby
String

Der Sortierungsausdruck für die Ergebnisse mit OData-Notation. Beispiel: '$orderby=name desc'.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: