共用方式為


Alert 類別

警示。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.authorization._serialization.Model
Alert

建構函式

Alert(*, is_active: bool | None = None, **kwargs: Any)

僅限關鍵字參數

名稱 Description
is_active

預設為 False;如果警示為作用中,則為 true。

變數

名稱 Description
id
str

警示識別碼。

name
str

警示名稱。

type
str

警示類型。

scope
str

警示範圍。

is_active

預設為 False;如果警示為作用中,則為 true。

incident_count
int

警示產生的事件數目。

last_modified_date_time

警示設定更新或產生新事件的日期時間。

last_scanned_date_time

上次掃描警示的日期時間。

alert_definition

警示定義。

alert_incidents

警示事件。

alert_configuration

警示組態。