Class ProfileUpdateModel

java.lang.Object
com.azure.resourcemanager.frontdoor.models.ProfileUpdateModel

public final class ProfileUpdateModel extends Object
Defines modifiable attributes of a Profile.
  • Constructor Details

    • ProfileUpdateModel

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

    • tags

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

      public ProfileUpdateModel withTags(Map<String,String> tags)
      Set the tags property: Resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the ProfileUpdateModel object itself.
    • enabledState

      public State enabledState()
      Get the enabledState property: The enabled state of the Profile.
      Returns:
      the enabledState value.
    • withEnabledState

      public ProfileUpdateModel withEnabledState(State enabledState)
      Set the enabledState property: The enabled state of the Profile.
      Parameters:
      enabledState - the enabledState value to set.
      Returns:
      the ProfileUpdateModel object itself.
    • validate

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