Class ProfileProperties

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

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

    • ProfileProperties

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

    • resourceState

      public NetworkExperimentResourceState resourceState()
      Get the resourceState property: Resource status.
      Returns:
      the resourceState value.
    • enabledState

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

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

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