DetectorAbnormalTimePeriod.Type Property

Definition

Gets or sets represents the type of the Detector. Possible values include: 'ServiceIncident', 'AppDeployment', 'AppCrash', 'RuntimeIssueDetected', 'AseDeployment', 'UserIssue', 'PlatformIssue', 'Other'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.AppService.Fluent.Models.IssueType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.IssueType> with get, set
Public Property Type As Nullable(Of IssueType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to