Delen via


ArmDataMigrationModelFactory.QuotaName(String, String) Method

Definition

Initializes a new instance of QuotaName.

public static Azure.ResourceManager.DataMigration.Models.QuotaName QuotaName (string localizedValue = default, string value = default);
static member QuotaName : string * string -> Azure.ResourceManager.DataMigration.Models.QuotaName
Public Shared Function QuotaName (Optional localizedValue As String = Nothing, Optional value As String = Nothing) As QuotaName

Parameters

localizedValue
String

The localized name of the quota.

value
String

The unlocalized name (or ID) of the quota.

Returns

A new QuotaName instance for mocking.

Applies to