DevTestLabsExtensions.GetDevTestLabGlobalSchedulesAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Listar agendamentos em uma assinatura.
- Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.DevTestLab/schedules
- Operação 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)
Parâmetros
- subscriptionResource
- SubscriptionResource
A SubscriptionResource instância em que o método será executado.
- expand
- String
Especifique a consulta $expand. Exemplo: 'properties($select=status)'.
- filter
- String
O filtro a ser aplicado à operação. Exemplo: '$filter=contains(name,'myName').
- 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 assíncrona de DevTestLabGlobalScheduleResource que pode levar várias solicitações de serviço para iterar.