次の方法で共有


Alerts interface

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

メソッド

getResourceGroupLevel(string, string, string, AlertsGetResourceGroupLevelOptionalParams)

リソース グループまたはリソース グループ内のリソースに関連付けられているアラートを取得する

getSubscriptionLevel(string, string, AlertsGetSubscriptionLevelOptionalParams)

サブスクリプションに関連付けられているアラートを取得する

list(AlertsListOptionalParams)

サブスクリプションに関連付けられているすべてのアラートを一覧表示する

listByResourceGroup(string, AlertsListByResourceGroupOptionalParams)

リソース グループに関連付けられているすべてのアラートを一覧表示する

listResourceGroupLevelByRegion(string, string, AlertsListResourceGroupLevelByRegionOptionalParams)

特定の場所に格納されているリソース グループに関連付けられているすべてのアラートを一覧表示する

listSubscriptionLevelByRegion(string, AlertsListSubscriptionLevelByRegionOptionalParams)

特定の場所に格納されているサブスクリプションに関連付けられているすべてのアラートを一覧表示する

simulate(string, AlertSimulatorRequestBody, AlertsSimulateOptionalParams)

セキュリティ アラートをシミュレートする

updateResourceGroupLevelStateToActivate(string, string, string, AlertsUpdateResourceGroupLevelStateToActivateOptionalParams)

アラートの状態を更新する

updateResourceGroupLevelStateToDismiss(string, string, string, AlertsUpdateResourceGroupLevelStateToDismissOptionalParams)

アラートの状態を更新する

updateResourceGroupLevelStateToResolve(string, string, string, AlertsUpdateResourceGroupLevelStateToResolveOptionalParams)

アラートの状態を更新する

updateSubscriptionLevelStateToActivate(string, string, AlertsUpdateSubscriptionLevelStateToActivateOptionalParams)

アラートの状態を更新する

updateSubscriptionLevelStateToDismiss(string, string, AlertsUpdateSubscriptionLevelStateToDismissOptionalParams)

アラートの状態を更新する

updateSubscriptionLevelStateToResolve(string, string, AlertsUpdateSubscriptionLevelStateToResolveOptionalParams)

アラートの状態を更新する

メソッドの詳細

getResourceGroupLevel(string, string, string, AlertsGetResourceGroupLevelOptionalParams)

リソース グループまたはリソース グループ内のリソースに関連付けられているアラートを取得する

function getResourceGroupLevel(ascLocation: string, alertName: string, resourceGroupName: string, options?: AlertsGetResourceGroupLevelOptionalParams): Promise<Alert>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

alertName

string

アラート オブジェクトの名前

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

options
AlertsGetResourceGroupLevelOptionalParams

オプション パラメーター。

戻り値

Promise<Alert>

getSubscriptionLevel(string, string, AlertsGetSubscriptionLevelOptionalParams)

サブスクリプションに関連付けられているアラートを取得する

function getSubscriptionLevel(ascLocation: string, alertName: string, options?: AlertsGetSubscriptionLevelOptionalParams): Promise<Alert>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

alertName

string

アラート オブジェクトの名前

options
AlertsGetSubscriptionLevelOptionalParams

オプション パラメーター。

戻り値

Promise<Alert>

list(AlertsListOptionalParams)

サブスクリプションに関連付けられているすべてのアラートを一覧表示する

function list(options?: AlertsListOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

パラメーター

options
AlertsListOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, AlertsListByResourceGroupOptionalParams)

リソース グループに関連付けられているすべてのアラートを一覧表示する

function listByResourceGroup(resourceGroupName: string, options?: AlertsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

options
AlertsListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listResourceGroupLevelByRegion(string, string, AlertsListResourceGroupLevelByRegionOptionalParams)

特定の場所に格納されているリソース グループに関連付けられているすべてのアラートを一覧表示する

function listResourceGroupLevelByRegion(ascLocation: string, resourceGroupName: string, options?: AlertsListResourceGroupLevelByRegionOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

options
AlertsListResourceGroupLevelByRegionOptionalParams

オプション パラメーター。

戻り値

listSubscriptionLevelByRegion(string, AlertsListSubscriptionLevelByRegionOptionalParams)

特定の場所に格納されているサブスクリプションに関連付けられているすべてのアラートを一覧表示する

function listSubscriptionLevelByRegion(ascLocation: string, options?: AlertsListSubscriptionLevelByRegionOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

options
AlertsListSubscriptionLevelByRegionOptionalParams

オプション パラメーター。

戻り値

simulate(string, AlertSimulatorRequestBody, AlertsSimulateOptionalParams)

セキュリティ アラートをシミュレートする

function simulate(ascLocation: string, alertSimulatorRequestBody: AlertSimulatorRequestBody, options?: AlertsSimulateOptionalParams): Promise<void>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

alertSimulatorRequestBody
AlertSimulatorRequestBody

アラート シミュレーター要求のプロパティ

options
AlertsSimulateOptionalParams

オプション パラメーター。

戻り値

Promise<void>

updateResourceGroupLevelStateToActivate(string, string, string, AlertsUpdateResourceGroupLevelStateToActivateOptionalParams)

アラートの状態を更新する

function updateResourceGroupLevelStateToActivate(ascLocation: string, alertName: string, resourceGroupName: string, options?: AlertsUpdateResourceGroupLevelStateToActivateOptionalParams): Promise<void>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

alertName

string

アラート オブジェクトの名前

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

options
AlertsUpdateResourceGroupLevelStateToActivateOptionalParams

オプション パラメーター。

戻り値

Promise<void>

updateResourceGroupLevelStateToDismiss(string, string, string, AlertsUpdateResourceGroupLevelStateToDismissOptionalParams)

アラートの状態を更新する

function updateResourceGroupLevelStateToDismiss(ascLocation: string, alertName: string, resourceGroupName: string, options?: AlertsUpdateResourceGroupLevelStateToDismissOptionalParams): Promise<void>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

alertName

string

アラート オブジェクトの名前

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

options
AlertsUpdateResourceGroupLevelStateToDismissOptionalParams

オプション パラメーター。

戻り値

Promise<void>

updateResourceGroupLevelStateToResolve(string, string, string, AlertsUpdateResourceGroupLevelStateToResolveOptionalParams)

アラートの状態を更新する

function updateResourceGroupLevelStateToResolve(ascLocation: string, alertName: string, resourceGroupName: string, options?: AlertsUpdateResourceGroupLevelStateToResolveOptionalParams): Promise<void>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

alertName

string

アラート オブジェクトの名前

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

options
AlertsUpdateResourceGroupLevelStateToResolveOptionalParams

オプション パラメーター。

戻り値

Promise<void>

updateSubscriptionLevelStateToActivate(string, string, AlertsUpdateSubscriptionLevelStateToActivateOptionalParams)

アラートの状態を更新する

function updateSubscriptionLevelStateToActivate(ascLocation: string, alertName: string, options?: AlertsUpdateSubscriptionLevelStateToActivateOptionalParams): Promise<void>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

alertName

string

アラート オブジェクトの名前

options
AlertsUpdateSubscriptionLevelStateToActivateOptionalParams

オプション パラメーター。

戻り値

Promise<void>

updateSubscriptionLevelStateToDismiss(string, string, AlertsUpdateSubscriptionLevelStateToDismissOptionalParams)

アラートの状態を更新する

function updateSubscriptionLevelStateToDismiss(ascLocation: string, alertName: string, options?: AlertsUpdateSubscriptionLevelStateToDismissOptionalParams): Promise<void>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

alertName

string

アラート オブジェクトの名前

options
AlertsUpdateSubscriptionLevelStateToDismissOptionalParams

オプション パラメーター。

戻り値

Promise<void>

updateSubscriptionLevelStateToResolve(string, string, AlertsUpdateSubscriptionLevelStateToResolveOptionalParams)

アラートの状態を更新する

function updateSubscriptionLevelStateToResolve(ascLocation: string, alertName: string, options?: AlertsUpdateSubscriptionLevelStateToResolveOptionalParams): Promise<void>

パラメーター

ascLocation

string

ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます

alertName

string

アラート オブジェクトの名前

options
AlertsUpdateSubscriptionLevelStateToResolveOptionalParams

オプション パラメーター。

戻り値

Promise<void>