Uses of Interface
com.azure.resourcemanager.frontdoor.models.Experiment
Packages that use Experiment
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of Experiment in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return ExperimentModifier and TypeMethodDescriptionExperiment.Update.apply()Executes the update request.Experiment.Update.apply(com.azure.core.util.Context context) Executes the update request.Experiment.DefinitionStages.WithCreate.create()Executes the create request.Experiment.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets an Experiment by ExperimentName.Gets an Experiment by ExperimentName.Experiment.refresh()Refreshes the resource to sync with Azure.Experiment.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type ExperimentModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Experiment>Experiments.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets an Experiment by ExperimentName.com.azure.core.http.rest.Response<Experiment>Experiments.getWithResponse(String resourceGroupName, String profileName, String experimentName, com.azure.core.util.Context context) Gets an Experiment by ExperimentName.com.azure.core.http.rest.PagedIterable<Experiment>Experiments.listByProfile(String resourceGroupName, String profileName) Gets a list of Experiments.com.azure.core.http.rest.PagedIterable<Experiment>Experiments.listByProfile(String resourceGroupName, String profileName, com.azure.core.util.Context context) Gets a list of Experiments.