Class DscCompilationJobCreateParameters
java.lang.Object
com.azure.resourcemanager.automation.models.DscCompilationJobCreateParameters
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.location()
Get the location property: Gets or sets the location of the resource.name()
Get the name property: Gets or sets name of the resource.Get the parameters property: Gets or sets the parameters of the job.tags()
Get the tags property: Gets or sets the tags attached to the resource.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.withLocation
(String location) Set the location property: Gets or sets the location of the resource.Set the name property: Gets or sets name of the resource.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job.Set the tags property: Gets or sets the tags attached to the resource.
-
Constructor Details
-
DscCompilationJobCreateParameters
public DscCompilationJobCreateParameters()
-
-
Method Details
-
name
Get the name property: Gets or sets name of the resource.- Returns:
- the name value.
-
withName
Set the name property: Gets or sets name of the resource.- Parameters:
name
- the name value to set.- Returns:
- the DscCompilationJobCreateParameters object itself.
-
location
Get the location property: Gets or sets the location of the resource.- Returns:
- the location value.
-
withLocation
Set the location property: Gets or sets the location of the resource.- Parameters:
location
- the location value to set.- Returns:
- the DscCompilationJobCreateParameters object itself.
-
tags
Get the tags property: Gets or sets the tags attached to the resource.- Returns:
- the tags value.
-
withTags
Set the tags property: Gets or sets the tags attached to the resource.- Parameters:
tags
- the tags value to set.- Returns:
- the DscCompilationJobCreateParameters object itself.
-
configuration
Get the configuration property: Gets or sets the configuration.- Returns:
- the configuration value.
-
withConfiguration
public DscCompilationJobCreateParameters withConfiguration(DscConfigurationAssociationProperty configuration) Set the configuration property: Gets or sets the configuration.- Parameters:
configuration
- the configuration value to set.- Returns:
- the DscCompilationJobCreateParameters 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 DscCompilationJobCreateParameters object itself.
-
incrementNodeConfigurationBuild
Get the incrementNodeConfigurationBuild property: If a new build version of NodeConfiguration is required.- Returns:
- the incrementNodeConfigurationBuild value.
-
withIncrementNodeConfigurationBuild
public DscCompilationJobCreateParameters 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 DscCompilationJobCreateParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-