Freigeben über


Keys class

Klasse, die eine Schlüssel darstellt.

Konstruktoren

Keys(AutomationClientContext)

Erstellen Sie eine Schlüssel.

Methoden

listByAutomationAccount(string, string, RequestOptionsBase)

Rufen Sie die Automatisierungsschlüssel für ein Konto ab.

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

Details zum Konstruktor

Keys(AutomationClientContext)

Erstellen Sie eine Schlüssel.

new Keys(client: AutomationClientContext)

Parameter

client
AutomationClientContext

Verweisen auf den Dienstclient.

Details zur Methode

listByAutomationAccount(string, string, RequestOptionsBase)

Rufen Sie die Automatisierungsschlüssel für ein Konto ab.

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.KeysListByAutomationAccountResponse>

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

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<KeyListResult>

Der Rückruf

listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

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

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

callback

ServiceCallback<KeyListResult>

Der Rückruf