DscNodeConfigurationCreateOrUpdateParameters interface     
The parameters supplied to the create or update node configuration operation.
Properties
| configuration | Gets or sets the configuration of the node.  | 
| increment | 
	If a new build version of NodeConfiguration is required.  | 
| name | Name of the node configuration.  | 
| source | Gets or sets the source.  | 
| tags | Gets or sets the tags attached to the resource.  | 
Property Details
configuration
Gets or sets the configuration of the node.
configuration: DscConfigurationAssociationProperty
				Property Value
		incrementNodeConfigurationBuild
	   
	If a new build version of NodeConfiguration is required.
incrementNodeConfigurationBuild?: boolean
				Property Value
boolean
name
Name of the node configuration.
name?: string
				Property Value
string
source
tags
Gets or sets the tags attached to the resource.
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}