Freigeben über


ManagedInstanceStartStopScheduleCollection.GetAll(CancellationToken) Methode

Definition

Listet die Start-/Stoppzeitpläne der verwalteten instance auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/startStopSchedules
  • Vorgang IdStartStopManagedInstanceSchedules_ListByInstance
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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der ManagedInstanceStartStopScheduleResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: