Class BigDataPoolPatchInfo

java.lang.Object
com.azure.resourcemanager.synapse.models.BigDataPoolPatchInfo

public final class BigDataPoolPatchInfo extends Object
Patch for a Big Data pool

Properties patch for a Big Data pool.

  • Constructor Details

    • BigDataPoolPatchInfo

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

    • tags

      public Map<String,String> tags()
      Get the tags property: Updated tags for the Big Data pool.
      Returns:
      the tags value.
    • withTags

      public BigDataPoolPatchInfo withTags(Map<String,String> tags)
      Set the tags property: Updated tags for the Big Data pool.
      Parameters:
      tags - the tags value to set.
      Returns:
      the BigDataPoolPatchInfo object itself.
    • validate

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