Freigeben über


AutomationAccountResource.GetAutomationAccountKeys(CancellationToken) Methode

Definition

Rufen Sie die Automatisierungsschlüssel für ein Konto ab.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: