次の方法で共有


Alerts interface

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

メソッド

beginSimulate(string, AlertSimulatorRequestBody, AlertsSimulateOptionalParams)

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

beginSimulateAndWait(string, AlertSimulatorRequestBody, AlertsSimulateOptionalParams)

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

getResourceGroupLevel(string, string, string, AlertsGetResourceGroupLevelOptionalParams)

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

getSubscriptionLevel(string, string, AlertsGetSubscriptionLevelOptionalParams)

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

list(AlertsListOptionalParams)

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

listByResourceGroup(string, AlertsListByResourceGroupOptionalParams)

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

listResourceGroupLevelByRegion(string, string, AlertsListResourceGroupLevelByRegionOptionalParams)

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

listSubscriptionLevelByRegion(string, AlertsListSubscriptionLevelByRegionOptionalParams)

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

updateResourceGroupLevelStateToActivate(string, string, string, AlertsUpdateResourceGroupLevelStateToActivateOptionalParams)

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

updateResourceGroupLevelStateToDismiss(string, string, string, AlertsUpdateResourceGroupLevelStateToDismissOptionalParams)

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

updateResourceGroupLevelStateToInProgress(string, string, string, AlertsUpdateResourceGroupLevelStateToInProgressOptionalParams)

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

updateResourceGroupLevelStateToResolve(string, string, string, AlertsUpdateResourceGroupLevelStateToResolveOptionalParams)

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

updateSubscriptionLevelStateToActivate(string, string, AlertsUpdateSubscriptionLevelStateToActivateOptionalParams)

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

updateSubscriptionLevelStateToDismiss(string, string, AlertsUpdateSubscriptionLevelStateToDismissOptionalParams)

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

updateSubscriptionLevelStateToInProgress(string, string, AlertsUpdateSubscriptionLevelStateToInProgressOptionalParams)

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

updateSubscriptionLevelStateToResolve(string, string, AlertsUpdateSubscriptionLevelStateToResolveOptionalParams)

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

メソッドの詳細

beginSimulate(string, AlertSimulatorRequestBody, AlertsSimulateOptionalParams)

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

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

パラメーター

ascLocation

string

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

alertSimulatorRequestBody
AlertSimulatorRequestBody

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

options
AlertsSimulateOptionalParams

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

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginSimulateAndWait(string, AlertSimulatorRequestBody, AlertsSimulateOptionalParams)

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

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

パラメーター

ascLocation

string

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

alertSimulatorRequestBody
AlertSimulatorRequestBody

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

options
AlertsSimulateOptionalParams

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

戻り値

Promise<void>

getResourceGroupLevel(string, string, string, AlertsGetResourceGroupLevelOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

ascLocation

string

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

alertName

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

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

戻り値

updateResourceGroupLevelStateToActivate(string, string, string, AlertsUpdateResourceGroupLevelStateToActivateOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

ascLocation

string

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

alertName

string

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

options
AlertsUpdateResourceGroupLevelStateToActivateOptionalParams

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

戻り値

Promise<void>

updateResourceGroupLevelStateToDismiss(string, string, string, AlertsUpdateResourceGroupLevelStateToDismissOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

ascLocation

string

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

alertName

string

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

options
AlertsUpdateResourceGroupLevelStateToDismissOptionalParams

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

戻り値

Promise<void>

updateResourceGroupLevelStateToInProgress(string, string, string, AlertsUpdateResourceGroupLevelStateToInProgressOptionalParams)

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

function updateResourceGroupLevelStateToInProgress(resourceGroupName: string, ascLocation: string, alertName: string, options?: AlertsUpdateResourceGroupLevelStateToInProgressOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

ascLocation

string

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

alertName

string

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

options
AlertsUpdateResourceGroupLevelStateToInProgressOptionalParams

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

戻り値

Promise<void>

updateResourceGroupLevelStateToResolve(string, string, string, AlertsUpdateResourceGroupLevelStateToResolveOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

ascLocation

string

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

alertName

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>

updateSubscriptionLevelStateToInProgress(string, string, AlertsUpdateSubscriptionLevelStateToInProgressOptionalParams)

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

function updateSubscriptionLevelStateToInProgress(ascLocation: string, alertName: string, options?: AlertsUpdateSubscriptionLevelStateToInProgressOptionalParams): Promise<void>

パラメーター

ascLocation

string

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

alertName

string

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

options
AlertsUpdateSubscriptionLevelStateToInProgressOptionalParams

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

戻り値

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>