Class DscCompilationJobCreateProperties
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.DscCompilationJobCreateProperties
The parameters supplied to the create compilation job operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the configuration property: Gets or sets the configuration.Get the incrementNodeConfigurationBuild property: If a new build version of NodeConfiguration is required.Get the parameters property: Gets or sets the parameters of the job.void
validate()
Validates the instance.withConfiguration
(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration.withIncrementNodeConfigurationBuild
(Boolean incrementNodeConfigurationBuild) Set the incrementNodeConfigurationBuild property: If a new build version of NodeConfiguration is required.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job.
-
Constructor Details
-
DscCompilationJobCreateProperties
public DscCompilationJobCreateProperties()
-
-
Method Details
-
configuration
Get the configuration property: Gets or sets the configuration.- Returns:
- the configuration value.
-
withConfiguration
public DscCompilationJobCreateProperties withConfiguration(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration.- Parameters:
configuration
- the configuration value to set.- Returns:
- the DscCompilationJobCreateProperties object itself.
-
parameters
Get the parameters property: Gets or sets the parameters of the job.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Gets or sets the parameters of the job.- Parameters:
parameters
- the parameters value to set.- Returns:
- the DscCompilationJobCreateProperties object itself.
-
incrementNodeConfigurationBuild
Get the incrementNodeConfigurationBuild property: If a new build version of NodeConfiguration is required.- Returns:
- the incrementNodeConfigurationBuild value.
-
withIncrementNodeConfigurationBuild
public DscCompilationJobCreateProperties withIncrementNodeConfigurationBuild(Boolean incrementNodeConfigurationBuild) Set the incrementNodeConfigurationBuild property: If a new build version of NodeConfiguration is required.- Parameters:
incrementNodeConfigurationBuild
- the incrementNodeConfigurationBuild value to set.- Returns:
- the DscCompilationJobCreateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-