Share via


DevTestLabVmResource.GetApplicableSchedules(CancellationToken) Method

Definition

Lists the applicable start/stop schedules, if any.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}/listApplicableSchedules
  • Operation Id: VirtualMachines_ListApplicableSchedules
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule> GetApplicableSchedules (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicableSchedules : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule>
override this.GetApplicableSchedules : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.Models.DevTestLabApplicableSchedule>
Public Overridable Function GetApplicableSchedules (Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabApplicableSchedule)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to