Share via


IDetectorAbnormalTimePeriod.Type Property

Definition

Represents the type of the Detector

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Represents the type of the Detector", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType? Type { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Represents the type of the Detector", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.Type : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IssueType> with get, set
Public Property Type As Nullable(Of IssueType)

Property Value

Attributes

Applies to