InstalledSolutionMap(String, AgricultureSolution) Constructor
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 InstalledSolutionMap.
public InstalledSolutionMap(string key, Azure.ResourceManager.AgriculturePlatform.Models.AgricultureSolution value);
new Azure.ResourceManager.AgriculturePlatform.Models.InstalledSolutionMap : string * Azure.ResourceManager.AgriculturePlatform.Models.AgricultureSolution -> Azure.ResourceManager.AgriculturePlatform.Models.InstalledSolutionMap
Public Sub New (key As String, value As AgricultureSolution)
Parameters
- key
- String
The key representing the installed solution.
- value
- AgricultureSolution
The installed solution value.
Exceptions
key
or value
is null.