次の方法で共有


AutomationAccountResource.GetAutomationAccountKeysAsync メソッド

定義

アカウントのオートメーション キーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/listKeys
  • 操作IdKeys_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)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の AutomationKey サービス要求を受け取る可能性がある の非同期コレクション。

適用対象