ArmSecurityCenterModelFactory.BenchmarkReference(String, String) Method
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.
public static Azure.ResourceManager.SecurityCenter.Models.BenchmarkReference BenchmarkReference(string benchmark = default, string reference = default);
static member BenchmarkReference : string * string -> Azure.ResourceManager.SecurityCenter.Models.BenchmarkReference
Public Shared Function BenchmarkReference (Optional benchmark As String = Nothing, Optional reference As String = Nothing) As BenchmarkReference
Parameters
- benchmark
- String
The benchmark name.
- reference
- String
The benchmark reference.
Returns
A new BenchmarkReference instance for mocking.