Share via


AutomationAccountResource.GetAutomationAccountKeysAsync Method

Definition

Retrieve the automation keys for an account.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of AutomationKey that may take multiple service requests to iterate over.

Applies to