共用方式為


Essentials.SignalType Property

Definition

Gets the type of signal the alert is based on, which could be metrics, logs or activity logs. Possible values include: 'Metric', 'Log', 'Unknown'

[Newtonsoft.Json.JsonProperty(PropertyName="signalType")]
public string SignalType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="signalType")>]
member this.SignalType : string
Public ReadOnly Property SignalType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to