Keys class

Class representing a Keys.

Constructors

Keys(AutomationClientContext)

Create a Keys.

Methods

listByAutomationAccount(string, string, RequestOptionsBase)

Retrieve the automation keys for an account.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<KeyListResult>)
listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

Constructor Details

Keys(AutomationClientContext)

Create a Keys.

new Keys(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Reference to the service client.

Method Details

listByAutomationAccount(string, string, RequestOptionsBase)

Retrieve the automation keys for an account.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<KeysListByAutomationAccountResponse>

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.KeysListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<KeyListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<KeyListResult>)

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<KeyListResult>

The callback

listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<KeyListResult>)

Parameters

resourceGroupName

string

Name of an Azure Resource group.

automationAccountName

string

The name of the automation account.

callback

ServiceCallback<KeyListResult>

The callback