Keys class
Klasse die een sleutels vertegenwoordigt.
Constructors
| Keys(Automation |
Maak een sleutel. |
Methoden
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
Promise<KeysListByAutomationAccountResponse>
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
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
De callback