DscConfigurationParameter Class
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.
Definition of the configuration parameter type.
public class DscConfigurationParameter
type DscConfigurationParameter = class
Public Class DscConfigurationParameter
- Inheritance
-
DscConfigurationParameter
Constructors
DscConfigurationParameter() |
Initializes a new instance of the DscConfigurationParameter class. |
DscConfigurationParameter(String, Nullable<Boolean>, Nullable<Int32>, String) |
Initializes a new instance of the DscConfigurationParameter class. |
Properties
DefaultValue |
Gets or sets the default value of parameter. |
IsMandatory |
Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. |
Position |
Gets or sets get or sets the position of the parameter. |
Type |
Gets or sets the type of the parameter. |
Applies to
Azure SDK for .NET