DscConfigurationParameter Class

Definition of the configuration parameter type.

Inheritance
DscConfigurationParameter

Constructor

DscConfigurationParameter(*, type: Optional[str] = None, is_mandatory: Optional[bool] = None, position: Optional[int] = None, default_value: Optional[str] = None, **kwargs)

Parameters

type
str
Required

Gets or sets the type of the parameter.

is_mandatory
bool
Required

Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.

position
int
Required

Get or sets the position of the parameter.

default_value
str
Required

Gets or sets the default value of parameter.