DscNodeConfigurationCreateOrUpdateParameters Class

The parameters supplied to the create or update node configuration operation.

Inheritance
DscNodeConfigurationCreateOrUpdateParameters

Constructor

DscNodeConfigurationCreateOrUpdateParameters(*, name: Optional[str] = None, tags: Optional[Dict[str, str]] = None, source: Optional[azure.mgmt.automation.models._models_py3.ContentSource] = None, configuration: Optional[azure.mgmt.automation.models._models_py3.DscConfigurationAssociationProperty] = None, increment_node_configuration_build: Optional[bool] = None, **kwargs)

Parameters

name
str
Required

Name of the node configuration.

tags
dict[str, str]
Required

A set of tags. Gets or sets the tags attached to the resource.

source
ContentSource
Required

Gets or sets the source.

configuration
DscConfigurationAssociationProperty
Required

Gets or sets the configuration of the node.

increment_node_configuration_build
bool
Required

If a new build version of NodeConfiguration is required.