共用方式為


KeysOperationsExtensions.ListByAutomationAccountAsync 方法

定義

擷取帳戶的自動化金鑰。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.KeyListResult> ListByAutomationAccountAsync (this Microsoft.Azure.Management.Automation.IKeysOperations operations, string resourceGroupName, string automationAccountName, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountAsync : Microsoft.Azure.Management.Automation.IKeysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.KeyListResult>
<Extension()>
Public Function ListByAutomationAccountAsync (operations As IKeysOperations, resourceGroupName As String, automationAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of KeyListResult)

參數

operations
IKeysOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於