MetricNamespace Constructors

Definition

Overloads

MetricNamespace()

Initializes a new instance of the MetricNamespace class.

MetricNamespace(String, String, String, String, MetricNamespaceName)

Initializes a new instance of the MetricNamespace class.

MetricNamespace()

Initializes a new instance of the MetricNamespace class.

public MetricNamespace ();
Public Sub New ()

Applies to

MetricNamespace(String, String, String, String, MetricNamespaceName)

Initializes a new instance of the MetricNamespace class.

public MetricNamespace (string id = default, string type = default, string name = default, string classification = default, Microsoft.Azure.Management.Monitor.Models.MetricNamespaceName properties = default);
new Microsoft.Azure.Management.Monitor.Models.MetricNamespace : string * string * string * string * Microsoft.Azure.Management.Monitor.Models.MetricNamespaceName -> Microsoft.Azure.Management.Monitor.Models.MetricNamespace
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional classification As String = Nothing, Optional properties As MetricNamespaceName = Nothing)

Parameters

id
String

The ID of the metric namespace.

type
String

The type of the namespace.

name
String

The escaped name of the namespace.

classification
String

Kind of namespace. Possible values include: 'Platform', 'Custom', 'Qos'

properties
MetricNamespaceName

Properties which include the fully qualified namespace name.

Applies to