Share via


DevTestLabServiceFabricResource.GetApplicableSchedules Method

Definition

Lists the applicable start/stop schedules, if any.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}/listApplicableSchedules
  • Operation Id: ServiceFabrics_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