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