Keys class
Klasse, die eine Schlüssel darstellt.
Konstruktoren
| Keys(Automation |
Erstellen Sie eine Schlüssel. |
Methoden
| list |
Rufen Sie die Automatisierungsschlüssel für ein Konto ab. |
| list |
|
| list |
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<KeysListByAutomationAccountResponse>
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
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
Der Rückruf