LoadTestingModelFactory.MetricNamespace(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.
Initializes a new instance of MetricNamespace.
public static Azure.Developer.LoadTesting.MetricNamespace MetricNamespace(string description = default, string name = default);
static member MetricNamespace : string * string -> Azure.Developer.LoadTesting.MetricNamespace
Public Shared Function MetricNamespace (Optional description As String = Nothing, Optional name As String = Nothing) As MetricNamespace
Parameters
- description
- String
The namespace description.
- name
- String
The metric namespace name.
Returns
A new MetricNamespace instance for mocking.