DscConfigurationCreateOrUpdateProperties interface
The properties to create or update configuration.
Properties
| description | Gets or sets the description of the configuration. |
| log |
Gets or sets progress log option. |
| log |
Gets or sets verbose log option. |
| parameters | Gets or sets the configuration parameters. |
| source | Gets or sets the source. |
Property Details
description
Gets or sets the description of the configuration.
description?: string
Property Value
string
logProgress
Gets or sets progress log option.
logProgress?: boolean
Property Value
boolean
logVerbose
Gets or sets verbose log option.
logVerbose?: boolean
Property Value
boolean
parameters
Gets or sets the configuration parameters.
parameters?: Record<string, DscConfigurationParameter>
Property Value
Record<string, DscConfigurationParameter>