Uses of Class
com.azure.resourcemanager.frontdoor.models.ExperimentUpdateModel
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of ExperimentUpdateModel in com.azure.resourcemanager.frontdoor.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExperimentInner>,
ExperimentInner> ExperimentsClient.beginUpdate
(String resourceGroupName, String profileName, String experimentName, ExperimentUpdateModel parameters) Updates an Experiment by Experiment idcom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExperimentInner>,
ExperimentInner> ExperimentsClient.beginUpdate
(String resourceGroupName, String profileName, String experimentName, ExperimentUpdateModel parameters, com.azure.core.util.Context context) Updates an Experiment by Experiment idExperimentsClient.update
(String resourceGroupName, String profileName, String experimentName, ExperimentUpdateModel parameters) Updates an Experiment by Experiment idExperimentsClient.update
(String resourceGroupName, String profileName, String experimentName, ExperimentUpdateModel parameters, com.azure.core.util.Context context) Updates an Experiment by Experiment id -
Uses of ExperimentUpdateModel in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionExperimentUpdateModel.withDescription
(String description) Set the description property: The description of the intent or details of the Experiment.ExperimentUpdateModel.withEnabledState
(State enabledState) Set the enabledState property: The state of the Experiment.Set the tags property: Resource tags.