Freigeben über


ArmDataMigrationModelFactory.DataMigrationQuotaName(String, String) Method

Definition

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.

Applies to