Partager via


DevTestLabGlobalScheduleCollection.GetAll Méthode

Définition

Répertoriez les planifications dans un groupe de ressources.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/schedules
  • IdGlobalSchedules_ListByResourceGroup d’opération
public virtual Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabGlobalScheduleResource> GetAll (string expand = default, string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabGlobalScheduleResource>
override this.GetAll : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabGlobalScheduleResource>
Public Overridable Function GetAll (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 Pageable(Of DevTestLabGlobalScheduleResource)

Paramètres

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 de qui peut nécessiter plusieurs demandes de DevTestLabGlobalScheduleResource service pour itérer.

S’applique à