Freigeben über


AutomationScheduleCollection.GetAll(CancellationToken) Methode

Definition

Ruft eine Liste von Zeitplänen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules
  • Vorgangs-IdSchedule_ListByAutomationAccount
public virtual Azure.Pageable<Azure.ResourceManager.Automation.AutomationScheduleResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.AutomationScheduleResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.AutomationScheduleResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AutomationScheduleResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AutomationScheduleResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: