DscConfigurationUpdateParameters interface   
The parameters supplied to the create or update configuration operation.
Properties
| description | Gets or sets the description of the configuration.  | 
| log | 
	Gets or sets progress log option.  | 
| log | 
	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
		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
tags
Gets or sets the tags attached to the resource.
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}