Udostępnij za pośrednictwem


ArmAgFoodPlatformModelFactory.UnitSystemsInfo Method

Definition

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.

Applies to