Partilhar via


DevTestLabVmResource.GetApplicableSchedulesAsync(CancellationToken) Método

Definição

Lista as agendas de iniciar/parar aplicáveis, se houver alguma.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/listApplicableSchedules
  • IdVirtualMachines_ListApplicableSchedules de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule>> GetApplicableSchedulesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicableSchedulesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule>>
override this.GetApplicableSchedulesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule>>
Public Overridable Function GetApplicableSchedulesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabApplicableSchedule))

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a