Uses of Class
com.azure.resourcemanager.frontdoor.models.State
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of State in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionExperimentInner.enabledState()
Get the enabledState property: The state of the Experiment.ExperimentProperties.enabledState()
Get the enabledState property: The state of the Experiment.ExperimentUpdateProperties.enabledState()
Get the enabledState property: The state of the Experiment.ProfileInner.enabledState()
Get the enabledState property: The state of the Experiment.ProfileProperties.enabledState()
Get the enabledState property: The state of the Experiment.ProfileUpdateProperties.enabledState()
Get the enabledState property: The enabled state of the Profile.Modifier and TypeMethodDescriptionExperimentInner.withEnabledState
(State enabledState) Set the enabledState property: The state of the Experiment.ExperimentProperties.withEnabledState
(State enabledState) Set the enabledState property: The state of the Experiment.ExperimentUpdateProperties.withEnabledState
(State enabledState) Set the enabledState property: The state of the Experiment.ProfileInner.withEnabledState
(State enabledState) Set the enabledState property: The state of the Experiment.ProfileProperties.withEnabledState
(State enabledState) Set the enabledState property: The state of the Experiment.ProfileUpdateProperties.withEnabledState
(State enabledState) Set the enabledState property: The enabled state of the Profile. -
Uses of State in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final State
State.DISABLED
Static value Disabled for State.static final State
State.ENABLED
Static value Enabled for State.Modifier and TypeMethodDescriptionExperiment.enabledState()
Gets the enabledState property: The state of the Experiment.ExperimentUpdateModel.enabledState()
Get the enabledState property: The state of the Experiment.Profile.enabledState()
Gets the enabledState property: The state of the Experiment.ProfileUpdateModel.enabledState()
Get the enabledState property: The enabled state of the Profile.static State
State.fromString
(String name) Creates or finds a State from its string representation.Modifier and TypeMethodDescriptionstatic Collection<State>
State.values()
Gets known State values.Modifier and TypeMethodDescriptionExperiment.DefinitionStages.WithEnabledState.withEnabledState
(State enabledState) Specifies the enabledState property: The state of the Experiment.Experiment.UpdateStages.WithEnabledState.withEnabledState
(State enabledState) Specifies the enabledState property: The state of the Experiment.ExperimentUpdateModel.withEnabledState
(State enabledState) Set the enabledState property: The state of the Experiment.Profile.DefinitionStages.WithEnabledState.withEnabledState
(State enabledState) Specifies the enabledState property: The state of the Experiment.Profile.UpdateStages.WithEnabledState.withEnabledState
(State enabledState) Specifies the enabledState property: The enabled state of the Profile.ProfileUpdateModel.withEnabledState
(State enabledState) Set the enabledState property: The enabled state of the Profile.