Keys class
Класс, представляющий Ключи.
Конструкторы
Keys(Automation |
Создайте ключи. |
Методы
Сведения о конструкторе
Keys(AutomationClientContext)
Создайте ключи.
new Keys(client: AutomationClientContext)
Параметры
- client
- AutomationClientContext
Ссылка на клиент службы.
Сведения о методе
listByAutomationAccount(string, string, RequestOptionsBase)
Получите ключи автоматизации для учетной записи.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<KeysListByAutomationAccountResponse>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- options
- RequestOptionsBase
Необязательные параметры
Возвращаемое значение
Promise<KeysListByAutomationAccountResponse>
Promise<Models.KeysListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<KeyListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<KeyListResult>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- options
- RequestOptionsBase
Необязательные параметры
- callback
Обратный вызов
listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<KeyListResult>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- callback
Обратный вызов