ArmDataMigrationModelFactory.QuotaName(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 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET