AlertsOperations interface

アラート操作を表すインターフェース。

プロパティ

beginRefresh
beginRefreshAll
beginRefreshAllAndWait
beginRefreshAndWait
get

指定したアラートを取得します。

listForScope

リソース スコープのアラートを取得します。

refresh

アラートを更新します。

refreshAll

リソース スコープのすべてのアラートを更新します。

update

アラートを更新します。

プロパティの詳細

beginRefresh

警告

この API は非推奨になりました。

use refresh instead

beginRefresh: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

プロパティ値

(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

beginRefreshAll

警告

この API は非推奨になりました。

use refreshAll instead

beginRefreshAll: (scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

プロパティ値

(scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<SimplePollerLike<OperationState<AlertOperationResult>, AlertOperationResult>>

beginRefreshAllAndWait

警告

この API は非推奨になりました。

use refreshAll instead

beginRefreshAllAndWait: (scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<AlertOperationResult>

プロパティ値

(scope: string, options?: AlertsRefreshAllOptionalParams) => Promise<AlertOperationResult>

beginRefreshAndWait

警告

この API は非推奨になりました。

use refresh instead

beginRefreshAndWait: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<AlertOperationResult>

プロパティ値

(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => Promise<AlertOperationResult>

get

指定したアラートを取得します。

get: (scope: string, alertId: string, options?: AlertsGetOptionalParams) => Promise<Alert>

プロパティ値

(scope: string, alertId: string, options?: AlertsGetOptionalParams) => Promise<Alert>

listForScope

リソース スコープのアラートを取得します。

listForScope: (scope: string, options?: AlertsListForScopeOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

プロパティ値

(scope: string, options?: AlertsListForScopeOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

refresh

アラートを更新します。

refresh: (scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

プロパティ値

(scope: string, alertId: string, options?: AlertsRefreshOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

refreshAll

リソース スコープのすべてのアラートを更新します。

refreshAll: (scope: string, options?: AlertsRefreshAllOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

プロパティ値

(scope: string, options?: AlertsRefreshAllOptionalParams) => PollerLike<OperationState<AlertOperationResult>, AlertOperationResult>

update

アラートを更新します。

update: (scope: string, alertId: string, parameters: Alert, options?: AlertsUpdateOptionalParams) => Promise<void>

プロパティ値

(scope: string, alertId: string, parameters: Alert, options?: AlertsUpdateOptionalParams) => Promise<void>