EdgeSolutionTemplateProperties(String, IEnumerable<String>) 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 EdgeSolutionTemplateProperties.
public EdgeSolutionTemplateProperties(string description, System.Collections.Generic.IEnumerable<string> capabilities);
new Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSolutionTemplateProperties : string * seq<string> -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSolutionTemplateProperties
Public Sub New (description As String, capabilities As IEnumerable(Of String))
Parameters
- description
- String
Description of Solution template.
- capabilities
- IEnumerable<String>
List of capabilities.
Exceptions
description or capabilities is null.