Freigeben über


DevTestLabScheduleResource.GetApplicable(CancellationToken) Method

Definition

Lists all applicable schedules

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/schedules/{name}/listApplicable.
  • Operation Id. : Schedules_ListApplicable.
  • Default Api Version. : 2018-09-15.
  • Resource. : DevTestLabScheduleResource.
public virtual Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabScheduleResource> GetApplicable(System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicable : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabScheduleResource>
override this.GetApplicable : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabScheduleResource>
Public Overridable Function GetApplicable (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DevTestLabScheduleResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of DevTestLabScheduleResource that may take multiple service requests to iterate over.

Applies to