ArmComputeLimitModelFactory.ComputeLimitLimitName(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.
Properties of the limit name.
public static Azure.ResourceManager.ComputeLimit.Models.ComputeLimitLimitName ComputeLimitLimitName(string value = default, string localizedValue = default);
static member ComputeLimitLimitName : string * string -> Azure.ResourceManager.ComputeLimit.Models.ComputeLimitLimitName
Public Shared Function ComputeLimitLimitName (Optional value As String = Nothing, Optional localizedValue As String = Nothing) As ComputeLimitLimitName
Parameters
- value
- String
The limit name.
- localizedValue
- String
The localized limit name.
Returns
A new ComputeLimitLimitName instance for mocking.