Freigeben über


DevTestLabScheduleResource.GetApplicableAsync(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.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabScheduleResource> GetApplicableAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicableAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabScheduleResource>
override this.GetApplicableAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevTestLabs.DevTestLabScheduleResource>
Public Overridable Function GetApplicableAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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