Class DscNodeConfigurationCreateOrUpdateParametersProperties

java.lang.Object
com.azure.resourcemanager.automation.fluent.models.DscNodeConfigurationCreateOrUpdateParametersProperties

public final class DscNodeConfigurationCreateOrUpdateParametersProperties extends Object
The parameter properties supplied to the create or update node configuration operation.
  • Constructor Details

    • DscNodeConfigurationCreateOrUpdateParametersProperties

      public DscNodeConfigurationCreateOrUpdateParametersProperties()
  • Method Details

    • source

      public ContentSource source()
      Get the source property: Gets or sets the source.
      Returns:
      the source value.
    • withSource

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

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

      Set the configuration property: Gets or sets the configuration of the node.
      Parameters:
      configuration - the configuration value to set.
      Returns:
      the DscNodeConfigurationCreateOrUpdateParametersProperties 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 DscNodeConfigurationCreateOrUpdateParametersProperties 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 DscNodeConfigurationCreateOrUpdateParametersProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.