Class InstancePoolUpdate

java.lang.Object
com.microsoft.azure.management.sql.InstancePoolUpdate

public class InstancePoolUpdate extends Object
An update to an Instance pool.
  • Constructor Details

    • InstancePoolUpdate

      public InstancePoolUpdate()
  • Method Details

    • tags

      public Map<String,String> tags()
      Get resource tags.
      Returns:
      the tags value
    • withTags

      public InstancePoolUpdate withTags(Map<String,String> tags)
      Set resource tags.
      Parameters:
      tags - the tags value to set
      Returns:
      the InstancePoolUpdate object itself.