Partager via


QuotaName Constructors

Definition

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

Applies to