Class DscCompilationJobCreateParameters

java.lang.Object
com.azure.resourcemanager.automation.models.DscCompilationJobCreateParameters

public final class DscCompilationJobCreateParameters extends Object
The parameters supplied to the create compilation job operation.
  • Constructor Details

    • DscCompilationJobCreateParameters

      public DscCompilationJobCreateParameters()
  • Method Details

    • name

      public String name()
      Get the name property: Gets or sets name of the resource.
      Returns:
      the name value.
    • withName

      public DscCompilationJobCreateParameters withName(String name)
      Set the name property: Gets or sets name of the resource.
      Parameters:
      name - the name value to set.
      Returns:
      the DscCompilationJobCreateParameters object itself.
    • location

      public String location()
      Get the location property: Gets or sets the location of the resource.
      Returns:
      the location value.
    • withLocation

      public DscCompilationJobCreateParameters withLocation(String location)
      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

      public Map<String,String> 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

      public DscConfigurationAssociationProperty configuration()
      Get the configuration property: Gets or sets the configuration.
      Returns:
      the configuration value.
    • withConfiguration

      Set the configuration property: Gets or sets the configuration.
      Parameters:
      configuration - the configuration value to set.
      Returns:
      the DscCompilationJobCreateParameters object itself.
    • parameters

      public Map<String,String> parameters()
      Get the parameters property: Gets or sets the parameters of the job.
      Returns:
      the parameters value.
    • withParameters

      public DscCompilationJobCreateParameters withParameters(Map<String,String> parameters)
      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

      public Boolean 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.