ArmAgFoodPlatformModelFactory.UnitSystemsInfo 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 UnitSystemsInfo.
public static Azure.ResourceManager.AgFoodPlatform.Models.UnitSystemsInfo UnitSystemsInfo (string key = default, System.Collections.Generic.IEnumerable<string> values = default);
static member UnitSystemsInfo : string * seq<string> -> Azure.ResourceManager.AgFoodPlatform.Models.UnitSystemsInfo
Public Shared Function UnitSystemsInfo (Optional key As String = Nothing, Optional values As IEnumerable(Of String) = Nothing) As UnitSystemsInfo
Parameters
- key
- String
UnitSystem key sent as part of ProviderInput.
- values
- IEnumerable<String>
List of unit systems supported by this data provider.
Returns
A new UnitSystemsInfo instance for mocking.