MetricNamespaceName 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
MetricNamespaceName() |
Initializes a new instance of the MetricNamespaceName class. |
MetricNamespaceName(String) |
Initializes a new instance of the MetricNamespaceName class. |
MetricNamespaceName()
Initializes a new instance of the MetricNamespaceName class.
public MetricNamespaceName();
Public Sub New ()
Applies to
MetricNamespaceName(String)
Initializes a new instance of the MetricNamespaceName class.
public MetricNamespaceName(string metricNamespaceNameProperty = default);
new Microsoft.Azure.Management.Monitor.Models.MetricNamespaceName : string -> Microsoft.Azure.Management.Monitor.Models.MetricNamespaceName
Public Sub New (Optional metricNamespaceNameProperty As String = Nothing)
Parameters
- metricNamespaceNameProperty
- String
The metric namespace name.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET