Condividi tramite


ArmMonitorModelFactory.MonitorMetricNamespace Method

Definition

Initializes a new instance of MonitorMetricNamespace.

public static Azure.ResourceManager.Monitor.Models.MonitorMetricNamespace MonitorMetricNamespace(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Monitor.Models.MonitorNamespaceClassification? classification = default, string metricNamespaceNameValue = default);
static member MonitorMetricNamespace : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Monitor.Models.MonitorNamespaceClassification> * string -> Azure.ResourceManager.Monitor.Models.MonitorMetricNamespace
Public Shared Function MonitorMetricNamespace (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional classification As Nullable(Of MonitorNamespaceClassification) = Nothing, Optional metricNamespaceNameValue As String = Nothing) As MonitorMetricNamespace

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

classification
Nullable<MonitorNamespaceClassification>

Kind of namespace.

metricNamespaceNameValue
String

Properties which include the fully qualified namespace name.

Returns

A new MonitorMetricNamespace instance for mocking.

Applies to