Class UpdateJobProperties

java.lang.Object
com.azure.resourcemanager.databox.fluent.models.UpdateJobProperties

public final class UpdateJobProperties extends Object
Job Properties for update.
  • Constructor Details

    • UpdateJobProperties

      public UpdateJobProperties()
      Creates an instance of UpdateJobProperties class.
  • Method Details

    • details

      public UpdateJobDetails details()
      Get the details property: Details of a job to be updated.
      Returns:
      the details value.
    • withDetails

      public UpdateJobProperties withDetails(UpdateJobDetails details)
      Set the details property: Details of a job to be updated.
      Parameters:
      details - the details value to set.
      Returns:
      the UpdateJobProperties object itself.
    • validate

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