Freigeben über


AutomationAccountCollection.GetAll(CancellationToken) Methode

Definition

Ruft eine Liste von Konten innerhalb einer bestimmten Ressourcengruppe ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts
  • Vorgang IdAutomationAccount_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.Automation.AutomationAccountResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.AutomationAccountResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.AutomationAccountResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AutomationAccountResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: