Uses of Class
com.azure.resourcemanager.frontdoor.models.State
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return StateModifier 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.Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type StateModifier 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
Fields in com.azure.resourcemanager.frontdoor.models declared as StateModifier and TypeFieldDescriptionstatic final StateState.DISABLEDStatic value Disabled for State.static final StateState.ENABLEDStatic value Enabled for State.Methods in com.azure.resourcemanager.frontdoor.models that return StateModifier 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 StateState.fromString(String name) Creates or finds a State from its string representation.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type StateModifier and TypeMethodDescriptionstatic Collection<State>State.values()Gets known State values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type StateModifier 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.