Essentials.SignalType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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