Language

IRulesResultsInput.Result Property

Definition

Expected results to be inserted into the baseline. Leave this field empty if latestScan == true.

[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="Expected results to be inserted into the baseline.\r\n        Leave this field empty if latestScan == true.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRulesResultsInputResults) }, Read=true, ReadOnly=false, Required=false, SerializedName="results", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRulesResultsInputResults Result { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="Expected results to be inserted into the baseline.\r\n        Leave this field empty if latestScan == true.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRulesResultsInputResults) }, Read=true, ReadOnly=false, Required=false, SerializedName="results", Update=true)>]
member this.Result : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRulesResultsInputResults with get, set
Public Property Result As IRulesResultsInputResults

Property Value

Attributes

Applies to