Keys interface
Interface representing a Keys.
Methods
list |
Retrieve the automation keys for an account. |
Method Details
listByAutomationAccount(string, string, KeysListByAutomationAccountOptionalParams)
Retrieve the automation keys for an account.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: KeysListByAutomationAccountOptionalParams): Promise<KeyListResult>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
The options parameters.
Returns
Promise<KeyListResult>