Show / Hide Table of Contents

    Class MetricNamespaceName

    The fully qualified metric namespace name.

    Inheritance
    Object
    MetricNamespaceName
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Monitor.dll
    Syntax
    public class MetricNamespaceName

    Constructors

    MetricNamespaceName()

    Initializes a new instance of the MetricNamespaceName class.

    Declaration
    public MetricNamespaceName ();

    MetricNamespaceName(String)

    Initializes a new instance of the MetricNamespaceName class.

    Declaration
    public MetricNamespaceName (string metricNamespaceNameProperty = null);
    Parameters
    String metricNamespaceNameProperty

    The metric namespace name.

    Properties

    MetricNamespaceNameProperty

    Gets or sets the metric namespace name.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="metricNamespaceName")]
    public string MetricNamespaceNameProperty { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net