QuotaName 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
QuotaName() |
Initializes a new instance of the QuotaName class. |
QuotaName(String, String) |
Initializes a new instance of the QuotaName class. |
QuotaName()
Initializes a new instance of the QuotaName class.
public QuotaName ();
Public Sub New ()
Applies to
QuotaName(String, String)
Initializes a new instance of the QuotaName class.
public QuotaName (string localizedValue = default, string value = default);
new Microsoft.Azure.Management.DataMigration.Models.QuotaName : string * string -> Microsoft.Azure.Management.DataMigration.Models.QuotaName
Public Sub New (Optional localizedValue As String = Nothing, Optional value As String = Nothing)
Parameters
- localizedValue
- String
The localized name of the quota
- value
- String
The unlocalized name (or ID) of the quota