BenchmarkReference Constructors
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.
Overloads
BenchmarkReference() |
Initializes a new instance of the BenchmarkReference class. |
BenchmarkReference(String, String) |
Initializes a new instance of the BenchmarkReference class. |
BenchmarkReference()
Initializes a new instance of the BenchmarkReference class.
public BenchmarkReference ();
Public Sub New ()
Applies to
BenchmarkReference(String, String)
Initializes a new instance of the BenchmarkReference class.
public BenchmarkReference (string benchmark = default, string reference = default);
new Microsoft.Azure.Management.Security.Models.BenchmarkReference : string * string -> Microsoft.Azure.Management.Security.Models.BenchmarkReference
Public Sub New (Optional benchmark As String = Nothing, Optional reference As String = Nothing)
Parameters
- benchmark
- String
The benchmark name.
- reference
- String
The benchmark reference.