Keys class
Klasa reprezentująca klucze.
Konstruktory
Keys(Automation |
Utwórz klucze. |
Metody
Szczegóły konstruktora
Keys(AutomationClientContext)
Utwórz klucze.
new Keys(client: AutomationClientContext)
Parametry
- client
- AutomationClientContext
Odwołanie do klienta usługi.
Szczegóły metody
listByAutomationAccount(string, string, RequestOptionsBase)
Pobierz klucze automatyzacji dla konta.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<KeysListByAutomationAccountResponse>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów platformy Azure.
- automationAccountName
-
string
Nazwa konta usługi Automation.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<KeysListByAutomationAccountResponse>
Promise<Models.KeysListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<KeyListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<KeyListResult>)
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów platformy Azure.
- automationAccountName
-
string
Nazwa konta usługi Automation.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<KeyListResult>)
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów platformy Azure.
- automationAccountName
-
string
Nazwa konta usługi Automation.
- callback
Wywołanie zwrotne