ArmAgFoodPlatformModelFactory.DetailedInformation 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 DetailedInformation.
public static Azure.ResourceManager.AgFoodPlatform.Models.DetailedInformation DetailedInformation (string apiName = default, System.Collections.Generic.IEnumerable<string> customParameters = default, System.Collections.Generic.IEnumerable<string> platformParameters = default, Azure.ResourceManager.AgFoodPlatform.Models.UnitSystemsInfo unitsSupported = default, System.Collections.Generic.IEnumerable<string> apiInputParameters = default);
static member DetailedInformation : string * seq<string> * seq<string> * Azure.ResourceManager.AgFoodPlatform.Models.UnitSystemsInfo * seq<string> -> Azure.ResourceManager.AgFoodPlatform.Models.DetailedInformation
Public Shared Function DetailedInformation (Optional apiName As String = Nothing, Optional customParameters As IEnumerable(Of String) = Nothing, Optional platformParameters As IEnumerable(Of String) = Nothing, Optional unitsSupported As UnitSystemsInfo = Nothing, Optional apiInputParameters As IEnumerable(Of String) = Nothing) As DetailedInformation
Parameters
- apiName
- String
ApiName available for the farmBeatsExtension.
- customParameters
- IEnumerable<String>
List of customParameters.
- platformParameters
- IEnumerable<String>
List of platformParameters.
- unitsSupported
- UnitSystemsInfo
Unit systems info for the data provider.
- apiInputParameters
- IEnumerable<String>
List of apiInputParameters.
Returns
A new DetailedInformation instance for mocking.