DscConfigurationCreateOrUpdateProperties interface

The properties to create or update configuration.

Properties

description

Gets or sets the description of the configuration.

logProgress

Gets or sets progress log option.

logVerbose

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>

source

Gets or sets the source.

source: ContentSource

Property Value