Class ProfileUpdateProperties
java.lang.Object
com.azure.resourcemanager.frontdoor.fluent.models.ProfileUpdateProperties
Defines the properties of an experiment.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ProfileUpdateProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the enabledState property: The enabled state of the Profile.void
validate()
Validates the instance.withEnabledState
(State enabledState) Set the enabledState property: The enabled state of the Profile.
-
Constructor Details
-
ProfileUpdateProperties
public ProfileUpdateProperties()Creates an instance of ProfileUpdateProperties class.
-
-
Method Details
-
enabledState
Get the enabledState property: The enabled state of the Profile.- Returns:
- the enabledState value.
-
withEnabledState
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.
-