DscConfigurationCreateOrUpdateParameters interface

The parameters supplied to the create or update configuration operation.

Properties

description

Gets or sets the description of the configuration.

location

Gets or sets the location of the resource.

logProgress

Gets or sets progress log option.

logVerbose

Gets or sets verbose log option.

name

Gets or sets name of the resource.

parameters

Gets or sets the configuration parameters.

source

Gets or sets the source.

tags

Gets or sets the tags attached to the resource.

Property Details

description

Gets or sets the description of the configuration.

description?: string

Property Value

string

location

Gets or sets the location of the resource.

location?: 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

name

Gets or sets name of the resource.

name?: string

Property Value

string

parameters

Gets or sets the configuration parameters.

parameters?: {[propertyName: string]: DscConfigurationParameter}

Property Value

{[propertyName: string]: DscConfigurationParameter}

source

Gets or sets the source.

source: ContentSource

Property Value

tags

Gets or sets the tags attached to the resource.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}