Delen via


Keys class

Klasse die een sleutels vertegenwoordigt.

Constructors

Keys(AutomationClientContext)

Maak een sleutel.

Methoden

listByAutomationAccount(string, string, RequestOptionsBase)

Haal de automatiseringssleutels voor een account op.

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

Constructordetails

Keys(AutomationClientContext)

Maak een sleutel.

new Keys(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Verwijzing naar de serviceclient.

Methodedetails

listByAutomationAccount(string, string, RequestOptionsBase)

Haal de automatiseringssleutels voor een account op.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Modellen.KeysListByAutomationAccountResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<KeyListResult>

De callback

listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

callback

ServiceCallback<KeyListResult>

De callback