次の方法で共有


WatcherOperations interface

WatcherOperations を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, Watcher, WatcherCreateOrUpdateOptionalParams)

ウォッチャー名で識別されるウォッチャーを作成します。

delete(string, string, string, WatcherDeleteOptionalParams)

ウォッチャーを名前で削除します。

get(string, string, string, WatcherGetOptionalParams)

ウォッチャー名で識別されるウォッチャーを取得します。

listByAutomationAccount(string, string, WatcherListByAutomationAccountOptionalParams)

ウォッチャーの一覧を取得します。

start(string, string, string, WatcherStartOptionalParams)

ウォッチャー名で識別されたウォッチャーを再開します。

stop(string, string, string, WatcherStopOptionalParams)

ウォッチャー名で識別されたウォッチャーを再開します。

update(string, string, string, WatcherUpdateParameters, WatcherUpdateOptionalParams)

ウォッチャー名で識別されるウォッチャーを更新します。

メソッドの詳細

createOrUpdate(string, string, string, Watcher, WatcherCreateOrUpdateOptionalParams)

ウォッチャー名で識別されるウォッチャーを作成します。

function createOrUpdate(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: Watcher, options?: WatcherCreateOrUpdateOptionalParams): Promise<Watcher>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

watcherName

string

ウォッチャー名。

parameters
Watcher

ウォッチャーの作成または更新パラメーター。

options
WatcherCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<Watcher>

delete(string, string, string, WatcherDeleteOptionalParams)

ウォッチャーを名前で削除します。

function delete(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: WatcherDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

watcherName

string

ウォッチャー名。

options
WatcherDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, WatcherGetOptionalParams)

ウォッチャー名で識別されるウォッチャーを取得します。

function get(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: WatcherGetOptionalParams): Promise<Watcher>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

watcherName

string

ウォッチャー名。

options
WatcherGetOptionalParams

options パラメーター。

戻り値

Promise<Watcher>

listByAutomationAccount(string, string, WatcherListByAutomationAccountOptionalParams)

ウォッチャーの一覧を取得します。

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WatcherListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Watcher, Watcher[], PageSettings>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
WatcherListByAutomationAccountOptionalParams

options パラメーター。

戻り値

start(string, string, string, WatcherStartOptionalParams)

ウォッチャー名で識別されたウォッチャーを再開します。

function start(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: WatcherStartOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

watcherName

string

ウォッチャー名。

options
WatcherStartOptionalParams

options パラメーター。

戻り値

Promise<void>

stop(string, string, string, WatcherStopOptionalParams)

ウォッチャー名で識別されたウォッチャーを再開します。

function stop(resourceGroupName: string, automationAccountName: string, watcherName: string, options?: WatcherStopOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

watcherName

string

ウォッチャー名。

options
WatcherStopOptionalParams

options パラメーター。

戻り値

Promise<void>

update(string, string, string, WatcherUpdateParameters, WatcherUpdateOptionalParams)

ウォッチャー名で識別されるウォッチャーを更新します。

function update(resourceGroupName: string, automationAccountName: string, watcherName: string, parameters: WatcherUpdateParameters, options?: WatcherUpdateOptionalParams): Promise<Watcher>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

watcherName

string

ウォッチャー名。

parameters
WatcherUpdateParameters

ウォッチャーの更新パラメーター。

options
WatcherUpdateOptionalParams

options パラメーター。

戻り値

Promise<Watcher>