ManagedInstanceStartStopScheduleCollection.GetAll(CancellationToken) Method

Definition

Lists the managed instance's Start/Stop schedules.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules
  • Operation Id: StartStopManagedInstanceSchedules_ListByInstance
  • Default Api Version: 2022-08-01-preview
  • Resource: ManagedInstanceStartStopScheduleResource
public virtual Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedInstanceStartStopScheduleResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to