WatcherOperations interface
WatcherOperations を表すインターフェイス。
メソッド
| create |
ウォッチャー名で識別されるウォッチャーを作成します。 |
| delete(string, string, string, Watcher |
名前でウォッチャーを削除します。 |
| get(string, string, string, Watcher |
ウォッチャー名で識別されるウォッチャーを取得します。 |
| list |
ウォッチャーの一覧を取得します。 |
| start(string, string, string, Watcher |
ウォッチャー名で識別されたウォッチャーを再開します。 |
| stop(string, string, string, Watcher |
ウォッチャー名で識別されたウォッチャーを再開します。 |
| update(string, string, string, Watcher |
ウォッチャー名で識別されるウォッチャーを更新します。 |
メソッドの詳細
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
ウォッチャーの作成または更新パラメーター。
オプション パラメーター。
戻り値
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
オプション パラメーター。
戻り値
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
オプション パラメーター。
戻り値
Promise<Watcher>
listByAutomationAccount(string, string, WatcherListByAutomationAccountOptionalParams)
ウォッチャーの一覧を取得します。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WatcherListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Watcher, Watcher[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
オプション パラメーター。
戻り値
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
オプション パラメーター。
戻り値
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
オプション パラメーター。
戻り値
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
オプション パラメーター。
戻り値
Promise<Watcher>