Partilhar via


DevTestLabServiceFabricScheduleCollection.GetAll Método

Definição

Listar agendamentos em uma determinada malha de serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules
  • Operação IdServiceFabricSchedules_List
public virtual Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource> 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.DevTestLabServiceFabricScheduleResource>
override this.GetAll : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricScheduleResource>
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 DevTestLabServiceFabricScheduleResource)

Parâmetros

expand
String

Especifique a consulta $expand. Exemplo: 'properties($select=status)'.

filter
String

O filtro a ser aplicado à operação. Exemplo: '$filter=contains(name,'myName').

top
Nullable<Int32>

O número máximo de recursos a serem retornados da operação. Exemplo: '$top=10'.

orderby
String

A expressão de ordenação para os resultados, usando a notação OData. Exemplo: '$orderby=name desc'.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de DevTestLabServiceFabricScheduleResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a