Class ProfileUpdateProperties

java.lang.Object
com.azure.resourcemanager.frontdoor.fluent.models.ProfileUpdateProperties

public final class ProfileUpdateProperties extends Object
Defines the properties of an experiment.
  • Constructor Details

    • ProfileUpdateProperties

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

    • enabledState

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

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

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