Linguagem

IVaRule.BenchmarkReference Property

Definition

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> BenchmarkReference { 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.BenchmarkReference : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IBenchmarkReference> with get, set
Public Property BenchmarkReference As List(Of IBenchmarkReference)

Property Value

Attributes

Applies to