ICategoryConfiguration.MinimumSeverityLevel 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.
Gets or sets minimum severity level for a given category.
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="Gets or sets minimum severity level for a given category.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minimumSeverityLevel", Update=true)]
public string MinimumSeverityLevel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="Gets or sets minimum severity level for a given category.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minimumSeverityLevel", Update=true)>]
member this.MinimumSeverityLevel : string with get, set
Public Property MinimumSeverityLevel As String
Property Value
- Attributes