IScanResult.BaselineAdjustedResultStatus 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.
The rule result status.
[Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "NonFinding", "Finding", "InternalError", "NotApplicable" })]
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The rule result status.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="status", Update=true)]
public string BaselineAdjustedResultStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "NonFinding", "Finding", "InternalError", "NotApplicable" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The rule result status.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="status", Update=true)>]
member this.BaselineAdjustedResultStatus : string with get, set
Public Property BaselineAdjustedResultStatus As String
Property Value
- Attributes