Partager via


IDetectorResponse.MetadataType 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? MetadataType { 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.MetadataType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DetectorType>
Public ReadOnly Property MetadataType As Nullable(Of DetectorType)

Property Value

Attributes

Applies to