Class ProfileUpdateParameters

java.lang.Object
com.microsoft.azure.management.cdn.ProfileUpdateParameters

public class ProfileUpdateParameters extends Object
Properties required to update a profile.
  • Constructor Details

    • ProfileUpdateParameters

      public ProfileUpdateParameters()
  • Method Details

    • tags

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

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