次の方法で共有


AlertRuleLeafCondition.Field プロパティ

定義

この条件で調べるアクティビティ ログ イベントのフィールドの名前を取得または設定します。 このフィールドに使用できる値は (大文字と小文字は区別されません):'resourceId'、'category'、'caller'、'level'、'operationName'、'resourceGroup'、'resourceProvider'、'status'、'subStatus'、'resourceType'、または 'properties' で始まるもの。

[Newtonsoft.Json.JsonProperty(PropertyName="field")]
public string Field { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="field")>]
member this.Field : string with get, set
Public Property Field As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象