EdgeConfigTemplateProperties(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 EdgeConfigTemplateProperties.
public EdgeConfigTemplateProperties(string description);
new Azure.ResourceManager.WorkloadOrchestration.Models.EdgeConfigTemplateProperties : string -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeConfigTemplateProperties
Public Sub New (description As String)
Parameters
- description
- String
Description of config template.
Exceptions
description is null.