AlertDefinition interface
アラートの定義
- Extends
プロパティ
| description | アラートの説明。 |
| display |
アラートの表示名。 |
| how |
アラートを防ぐ方法。 |
| is |
True の 場合は、アラートの構成を構成できます。false、それ以外の場合。 |
| is |
True の 場合は、アラートを修復できます。false、それ以外の場合。 |
| mitigation |
アラートを軽減する方法。 |
| scope | アラート スコープ。 |
| security |
アラートのセキュリティへの影響。 |
| severity |
アラートの重大度レベル。 |
継承されたプロパティ
| id | リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | リソースの名前 |
| system |
createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。 |
| type | リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" |
プロパティの詳細
description
アラートの説明。
description?: string
プロパティ値
string
displayName
アラートの表示名。
displayName?: string
プロパティ値
string
howToPrevent
アラートを防ぐ方法。
howToPrevent?: string
プロパティ値
string
isConfigurable
True の 場合は、アラートの構成を構成できます。false、それ以外の場合。
isConfigurable?: boolean
プロパティ値
boolean
isRemediatable
True の 場合は、アラートを修復できます。false、それ以外の場合。
isRemediatable?: boolean
プロパティ値
boolean
mitigationSteps
アラートを軽減する方法。
mitigationSteps?: string
プロパティ値
string
scope
アラート スコープ。
scope?: string
プロパティ値
string
securityImpact
アラートのセキュリティへの影響。
securityImpact?: string
プロパティ値
string
severityLevel
アラートの重大度レベル。
severityLevel?: string
プロパティ値
string
継承されたプロパティの詳細
id
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
プロパティ値
string
name
systemData
createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。
systemData?: SystemData
プロパティ値
type
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"
type?: string
プロパティ値
string