Alerts interface
アラートを表すインターフェイス。
メソッド
メソッドの詳細
getResourceGroupLevel(string, string, string, AlertsGetResourceGroupLevelOptionalParams)
リソース グループまたはリソース グループ内のリソースに関連付けられているアラートを取得する
function getResourceGroupLevel(ascLocation: string, alertName: string, resourceGroupName: string, options?: AlertsGetResourceGroupLevelOptionalParams): Promise<Alert>
パラメーター
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- alertName
-
string
アラート オブジェクトの名前
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
Promise<Alert>
getSubscriptionLevel(string, string, AlertsGetSubscriptionLevelOptionalParams)
サブスクリプションに関連付けられているアラートを取得する
function getSubscriptionLevel(ascLocation: string, alertName: string, options?: AlertsGetSubscriptionLevelOptionalParams): Promise<Alert>
パラメーター
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- alertName
-
string
アラート オブジェクトの名前
オプション パラメーター。
戻り値
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
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
listResourceGroupLevelByRegion(string, string, AlertsListResourceGroupLevelByRegionOptionalParams)
特定の場所に格納されているリソース グループに関連付けられているすべてのアラートを一覧表示する
function listResourceGroupLevelByRegion(ascLocation: string, resourceGroupName: string, options?: AlertsListResourceGroupLevelByRegionOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>
パラメーター
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
listSubscriptionLevelByRegion(string, AlertsListSubscriptionLevelByRegionOptionalParams)
特定の場所に格納されているサブスクリプションに関連付けられているすべてのアラートを一覧表示する
function listSubscriptionLevelByRegion(ascLocation: string, options?: AlertsListSubscriptionLevelByRegionOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>
パラメーター
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
オプション パラメーター。
戻り値
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
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
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
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
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
ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
Promise<void>
updateSubscriptionLevelStateToActivate(string, string, AlertsUpdateSubscriptionLevelStateToActivateOptionalParams)
アラートの状態を更新する
function updateSubscriptionLevelStateToActivate(ascLocation: string, alertName: string, options?: AlertsUpdateSubscriptionLevelStateToActivateOptionalParams): Promise<void>
パラメーター
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- alertName
-
string
アラート オブジェクトの名前
オプション パラメーター。
戻り値
Promise<void>
updateSubscriptionLevelStateToDismiss(string, string, AlertsUpdateSubscriptionLevelStateToDismissOptionalParams)
アラートの状態を更新する
function updateSubscriptionLevelStateToDismiss(ascLocation: string, alertName: string, options?: AlertsUpdateSubscriptionLevelStateToDismissOptionalParams): Promise<void>
パラメーター
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- alertName
-
string
アラート オブジェクトの名前
オプション パラメーター。
戻り値
Promise<void>
updateSubscriptionLevelStateToResolve(string, string, AlertsUpdateSubscriptionLevelStateToResolveOptionalParams)
アラートの状態を更新する
function updateSubscriptionLevelStateToResolve(ascLocation: string, alertName: string, options?: AlertsUpdateSubscriptionLevelStateToResolveOptionalParams): Promise<void>
パラメーター
- ascLocation
-
string
ASC がサブスクリプションのデータを格納する場所。 場所を取得から取得できます
- alertName
-
string
アラート オブジェクトの名前
オプション パラメーター。
戻り値
Promise<void>