IScanResult.RuleMetadataBenchmarkReference 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 benchmark references.
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The benchmark references.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IBenchmarkReference) }, Read=true, ReadOnly=false, Required=false, SerializedName="benchmarkReferences", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IBenchmarkReference> RuleMetadataBenchmarkReference { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The benchmark references.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IBenchmarkReference) }, Read=true, ReadOnly=false, Required=false, SerializedName="benchmarkReferences", Update=true)>]
member this.RuleMetadataBenchmarkReference : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IBenchmarkReference> with get, set
Public Property RuleMetadataBenchmarkReference As List(Of IBenchmarkReference)
Property Value
- Attributes