WatcherOperations class
Класс, представляющий WatcherOperations.
Конструкторы
Watcher |
Создайте WatcherOperations. |
Методы
Сведения о конструкторе
WatcherOperations(AutomationClientContext)
Создайте WatcherOperations.
new WatcherOperations(client: AutomationClientContext)
Параметры
- client
- AutomationClientContext
Ссылка на клиент службы.
Сведения о методе
createOrUpdate(string, string, string, Watcher, RequestOptionsBase)
Создайте наблюдатель, идентифицируемый по имени наблюдателя.
function createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Watcher, options?: RequestOptionsBase): Promise<WatcherCreateOrUpdateResponse>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- parameters
- Watcher
Параметры создания или обновления для наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
Возвращаемое значение
Promise<WatcherCreateOrUpdateResponse>
Promise<Models.WatcherCreateOrUpdateResponse>
createOrUpdate(string, string, string, Watcher, RequestOptionsBase, ServiceCallback<Watcher>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Watcher, options: RequestOptionsBase, callback: ServiceCallback<Watcher>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- parameters
- Watcher
Параметры создания или обновления для наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
- callback
Обратный вызов
createOrUpdate(string, string, string, Watcher, ServiceCallback<Watcher>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Watcher, callback: ServiceCallback<Watcher>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- parameters
- Watcher
Параметры создания или обновления для наблюдателя.
- callback
Обратный вызов
deleteMethod(string, string, string, RequestOptionsBase)
Удалите наблюдатель по имени.
function deleteMethod(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: RequestOptionsBase): Promise<RestResponse>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
Возвращаемое значение
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, watcherName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
- callback
-
ServiceCallback<void>
Обратный вызов
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, watcherName: string, callback: ServiceCallback<void>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- callback
-
ServiceCallback<void>
Обратный вызов
get(string, string, string, RequestOptionsBase)
Получите наблюдатель, определенный по имени наблюдателя.
function get(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: RequestOptionsBase): Promise<WatcherGetResponse>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
Возвращаемое значение
Promise<WatcherGetResponse>
Promise<Models.WatcherGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<Watcher>)
function get(resourceGroupName: string, automationAccountName: string, watcherName: string, options: RequestOptionsBase, callback: ServiceCallback<Watcher>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
- callback
Обратный вызов
get(string, string, string, ServiceCallback<Watcher>)
function get(resourceGroupName: string, automationAccountName: string, watcherName: string, callback: ServiceCallback<Watcher>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- callback
Обратный вызов
listByAutomationAccount(string, string, ServiceCallback<WatcherListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<WatcherListResult>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- callback
Обратный вызов
listByAutomationAccount(string, string, WatcherListByAutomationAccountOptionalParams)
Получение списка наблюдателей.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WatcherListByAutomationAccountOptionalParams): Promise<WatcherListByAutomationAccountResponse>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
Необязательные параметры
Возвращаемое значение
Promise<Models.WatcherListByAutomationAccountResponse>
listByAutomationAccount(string, string, WatcherListByAutomationAccountOptionalParams, ServiceCallback<WatcherListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: WatcherListByAutomationAccountOptionalParams, callback: ServiceCallback<WatcherListResult>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
Необязательные параметры
- callback
Обратный вызов
listByAutomationAccountNext(string, RequestOptionsBase)
Получение списка наблюдателей.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WatcherListByAutomationAccountNextResponse>
Параметры
- nextPageLink
-
string
NextLink из предыдущего успешного вызова операции List.
- options
- RequestOptionsBase
Необязательные параметры
Возвращаемое значение
Promise<Models.WatcherListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<WatcherListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WatcherListResult>)
Параметры
- nextPageLink
-
string
NextLink из предыдущего успешного вызова операции List.
- options
- RequestOptionsBase
Необязательные параметры
- callback
Обратный вызов
listByAutomationAccountNext(string, ServiceCallback<WatcherListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<WatcherListResult>)
Параметры
- nextPageLink
-
string
NextLink из предыдущего успешного вызова операции List.
- callback
Обратный вызов
start(string, string, string, RequestOptionsBase)
Возобновите наблюдатель, определенный по имени наблюдателя.
function start(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: RequestOptionsBase): Promise<RestResponse>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
Возвращаемое значение
Promise<RestResponse>
Promise<msRest.RestResponse>
start(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function start(resourceGroupName: string, automationAccountName: string, watcherName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
- callback
-
ServiceCallback<void>
Обратный вызов
start(string, string, string, ServiceCallback<void>)
function start(resourceGroupName: string, automationAccountName: string, watcherName: string, callback: ServiceCallback<void>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- callback
-
ServiceCallback<void>
Обратный вызов
stop(string, string, string, RequestOptionsBase)
Возобновите наблюдатель, определенный по имени наблюдателя.
function stop(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: RequestOptionsBase): Promise<RestResponse>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
Возвращаемое значение
Promise<RestResponse>
Promise<msRest.RestResponse>
stop(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function stop(resourceGroupName: string, automationAccountName: string, watcherName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
- callback
-
ServiceCallback<void>
Обратный вызов
stop(string, string, string, ServiceCallback<void>)
function stop(resourceGroupName: string, automationAccountName: string, watcherName: string, callback: ServiceCallback<void>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- callback
-
ServiceCallback<void>
Обратный вызов
update(string, string, string, WatcherUpdateParameters, RequestOptionsBase)
Обновите наблюдатель, определенный по имени наблюдателя.
function update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: WatcherUpdateParameters, options?: RequestOptionsBase): Promise<WatcherUpdateResponse>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- parameters
- WatcherUpdateParameters
Параметры обновления для наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
Возвращаемое значение
Promise<WatcherUpdateResponse>
Promise<Models.WatcherUpdateResponse>
update(string, string, string, WatcherUpdateParameters, RequestOptionsBase, ServiceCallback<Watcher>)
function update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: WatcherUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Watcher>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- parameters
- WatcherUpdateParameters
Параметры обновления для наблюдателя.
- options
- RequestOptionsBase
Необязательные параметры
- callback
Обратный вызов
update(string, string, string, WatcherUpdateParameters, ServiceCallback<Watcher>)
function update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: WatcherUpdateParameters, callback: ServiceCallback<Watcher>)
Параметры
- resourceGroupName
-
string
Имя группы ресурсов Azure.
- automationAccountName
-
string
Имя учетной записи службы автоматизации.
- watcherName
-
string
Имя наблюдателя.
- parameters
- WatcherUpdateParameters
Параметры обновления для наблюдателя.
- callback
Обратный вызов