IDetectorInfo.Type Property

Definition

Whether this detector is an Analysis Detector or not.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Whether this detector is an Analysis Detector or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DetectorType) }, ReadOnly=true, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DetectorType? Type { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Whether this detector is an Analysis Detector or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DetectorType) }, ReadOnly=true, Required=false, SerializedName="type")>]
member this.Type : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DetectorType>
Public ReadOnly Property Type As Nullable(Of DetectorType)

Property Value

Attributes

Applies to