Freigeben über


ArmMonitorModelFactory.MonitorMetricNamespace Methode

Definition

Initialisiert eine neue instance von 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

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

classification
Nullable<MonitorNamespaceClassification>

Art des Namespaces.

metricNamespaceNameValue
String

Eigenschaften, die den vollqualifizierten Namespacenamen enthalten.

Gibt zurück

Eine neue MonitorMetricNamespace instance zum Mocking.

Gilt für: