ArmSelfHelpModelFactory.SolutionMetadataProperties 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 SolutionMetadataProperties.
public static Azure.ResourceManager.SelfHelp.Models.SolutionMetadataProperties SolutionMetadataProperties (string solutionId = default, Azure.ResourceManager.SelfHelp.Models.SelfHelpSolutionType? solutionType = default, string description = default, System.Collections.Generic.IEnumerable<string> requiredInputs = default);
static member SolutionMetadataProperties : string * Nullable<Azure.ResourceManager.SelfHelp.Models.SelfHelpSolutionType> * string * seq<string> -> Azure.ResourceManager.SelfHelp.Models.SolutionMetadataProperties
Public Shared Function SolutionMetadataProperties (Optional solutionId As String = Nothing, Optional solutionType As Nullable(Of SelfHelpSolutionType) = Nothing, Optional description As String = Nothing, Optional requiredInputs As IEnumerable(Of String) = Nothing) As SolutionMetadataProperties
Parameters
- solutionId
- String
Solution Id.
- solutionType
- Nullable<SelfHelpSolutionType>
Solution Type.
- description
- String
A detailed description of solution.
- requiredInputs
- IEnumerable<String>
Required parameters for invoking this particular solution.
Returns
A new SolutionMetadataProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET