LoadTestingModelFactory.MetricNamespaces 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 MetricNamespaces.
public static Azure.Developer.LoadTesting.MetricNamespaces MetricNamespaces(System.Collections.Generic.IEnumerable<Azure.Developer.LoadTesting.MetricNamespace> value = default);
static member MetricNamespaces : seq<Azure.Developer.LoadTesting.MetricNamespace> -> Azure.Developer.LoadTesting.MetricNamespaces
Public Shared Function MetricNamespaces (Optional value As IEnumerable(Of MetricNamespace) = Nothing) As MetricNamespaces
Parameters
- value
- IEnumerable<MetricNamespace>
The values for the metric namespaces.
Returns
A new MetricNamespaces instance for mocking.