Class JobAgentUpdate

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

public class JobAgentUpdate extends Object
An update to an Azure SQL job agent.
  • Constructor Details

    • JobAgentUpdate

      public JobAgentUpdate()
  • Method Details

    • tags

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

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