ArmDataMigrationModelFactory.DataMigrationQuotaName(String, String) Method
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.
Initializes a new instance of DataMigrationQuotaName.
public static Azure.ResourceManager.DataMigration.Models.DataMigrationQuotaName DataMigrationQuotaName(string localizedValue = default, string value = default);
static member DataMigrationQuotaName : string * string -> Azure.ResourceManager.DataMigration.Models.DataMigrationQuotaName
Public Shared Function DataMigrationQuotaName (Optional localizedValue As String = Nothing, Optional value As String = Nothing) As DataMigrationQuotaName
Parameters
- localizedValue
- String
The localized name of the quota.
- value
- String
The unlocalized name (or ID) of the quota.
Returns
A new DataMigrationQuotaName instance for mocking.