Show / Hide Table of Contents

    Class QuotaName

    The name of the quota

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

    Constructors

    QuotaName()

    Initializes a new instance of the QuotaName class.

    Declaration
    public QuotaName ();

    QuotaName(String, String)

    Initializes a new instance of the QuotaName class.

    Declaration
    public QuotaName (string localizedValue = null, string value = null);
    Parameters
    String localizedValue

    The localized name of the quota

    String value

    The unlocalized name (or ID) of the quota

    Properties

    LocalizedValue

    Gets or sets the localized name of the quota

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

    Value

    Gets or sets the unlocalized name (or ID) of the quota

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

    Back to top Azure SDK for Net