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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript