Поделиться через


Keys class

Класс, представляющий Ключи.

Конструкторы

Keys(AutomationClientContext)

Создайте ключи.

Методы

listByAutomationAccount(string, string, RequestOptionsBase)

Получите ключи автоматизации для учетной записи.

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

Сведения о конструкторе

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<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

ServiceCallback<KeyListResult>

Обратный вызов

listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

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

Параметры

resourceGroupName

string

Имя группы ресурсов Azure.

automationAccountName

string

Имя учетной записи службы автоматизации.

callback

ServiceCallback<KeyListResult>

Обратный вызов