MetricNamespace Constructors
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.
Overloads
MetricNamespace() | |
MetricNamespace(String, String, String, MetricNamespaceName) |
MetricNamespace()
public MetricNamespace ();
Public Sub New ()
Applies to
MetricNamespace(String, String, String, MetricNamespaceName)
public MetricNamespace (string id = default, string type = default, string name = default, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricNamespaceName properties = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricNamespace : string * string * string * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricNamespaceName -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricNamespace
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional properties As MetricNamespaceName = Nothing)
Parameters
- id
- String
- type
- String
- name
- String
- properties
- MetricNamespaceName