Class JobResourceUpdateParameter

java.lang.Object
com.azure.resourcemanager.databox.models.JobResourceUpdateParameter

public final class JobResourceUpdateParameter extends Object
The JobResourceUpdateParameter.
  • Constructor Details

    • JobResourceUpdateParameter

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

    • tags

      public Map<String,String> tags()
      Get the tags property: The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
      Returns:
      the tags value.
    • withTags

      public JobResourceUpdateParameter withTags(Map<String,String> tags)
      Set the tags property: The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
      Parameters:
      tags - the tags value to set.
      Returns:
      the JobResourceUpdateParameter object itself.
    • identity

      public ResourceIdentity identity()
      Get the identity property: Msi identity of the resource.
      Returns:
      the identity value.
    • withIdentity

      public JobResourceUpdateParameter withIdentity(ResourceIdentity identity)
      Set the identity property: Msi identity of the resource.
      Parameters:
      identity - the identity value to set.
      Returns:
      the JobResourceUpdateParameter object itself.
    • details

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

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

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