次の方法で共有


SecurityAlertsSuppressionRuleData クラス

定義

SecurityAlertsSuppressionRule データ モデルを表すクラス。 抑制ルールについて説明します

public class SecurityAlertsSuppressionRuleData : Azure.ResourceManager.Models.ResourceData
type SecurityAlertsSuppressionRuleData = class
    inherit ResourceData
Public Class SecurityAlertsSuppressionRuleData
Inherits ResourceData
継承
SecurityAlertsSuppressionRuleData

コンストラクター

SecurityAlertsSuppressionRuleData()

SecurityAlertsSuppressionRuleData の新しいインスタンスを初期化します。

プロパティ

AlertType

自動的に抑制するアラートの種類。 すべてのアラートの種類に対して、'*' を使用します。

Comment

ルールに関するコメント。

ExpireOn

ルールの有効期限 (値が指定されていない場合、または null として指定されている場合)、このフィールドは既定で許容される最大有効期限日になります。

Id

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(継承元 ResourceData)
LastModifiedOn

このルールが最後に変更された時刻。

Name

リソースの名前。

(継承元 ResourceData)
Reason

アラートを無視する理由。

ResourceType

リソースの型。 たとえば、"Microsoft.Compute/virtualMachines" や "Microsoft.Storage/storageAccounts" などです。

(継承元 ResourceData)
State

ルールの考えられる状態。

SuppressionAlertsScopeAllOf

アラートを抑制するには、内部のすべての条件が true である必要があります。

SystemData

createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。

(継承元 ResourceData)

適用対象