Partager via


DevTestLabsExtensions.GetDevTestLabGlobalSchedulesAsync Méthode

Définition

Répertorier les planifications dans un abonnement.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.DevTestLab/schedules
  • IdGlobalSchedules_ListBySubscription d’opération
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)

Paramètres

subscriptionResource
SubscriptionResource

Instance SubscriptionResource sur laquelle la méthode s’exécute.

expand
String

Spécifiez la requête $expand. Exemple : 'properties($select=status)'.

filter
String

Filtre à appliquer à l’opération. Exemple : '$filter=contains(name,'myName').

top
Nullable<Int32>

Nombre maximal de ressources à retourner à partir de l’opération. Exemple : '$top=10'.

orderby
String

Expression de classement des résultats, à l’aide de la notation OData. Exemple : '$orderby=name desc'.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de DevTestLabGlobalScheduleResource service pour itérer.

S’applique à