IDetectorResponse.MetadataDescription 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.
Short description of the detector and its purpose.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Short description of the detector and its purpose.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="description")]
public string MetadataDescription { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Short description of the detector and its purpose.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="description")>]
member this.MetadataDescription : string
Public ReadOnly Property MetadataDescription As String
Property Value
- Attributes