Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner
Packages that use ExperimentInner
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of ExperimentInner in com.azure.resourcemanager.frontdoor.fluent
Methods in com.azure.resourcemanager.frontdoor.fluent that return ExperimentInnerModifier and TypeMethodDescriptionExperimentsClient.createOrUpdate(String resourceGroupName, String profileName, String experimentName, ExperimentInner parameters) Creates or updates an Experiment.ExperimentsClient.createOrUpdate(String resourceGroupName, String profileName, String experimentName, ExperimentInner parameters, com.azure.core.util.Context context) Creates or updates an Experiment.Gets an Experiment by ExperimentName.ExperimentsClient.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 idMethods in com.azure.resourcemanager.frontdoor.fluent that return types with arguments of type ExperimentInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExperimentInner>,ExperimentInner> ExperimentsClient.beginCreateOrUpdate(String resourceGroupName, String profileName, String experimentName, ExperimentInner parameters) Creates or updates an Experiment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExperimentInner>,ExperimentInner> ExperimentsClient.beginCreateOrUpdate(String resourceGroupName, String profileName, String experimentName, ExperimentInner parameters) Creates or updates an Experiment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExperimentInner>,ExperimentInner> ExperimentsClient.beginCreateOrUpdate(String resourceGroupName, String profileName, String experimentName, ExperimentInner parameters, com.azure.core.util.Context context) Creates or updates an Experiment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExperimentInner>,ExperimentInner> ExperimentsClient.beginCreateOrUpdate(String resourceGroupName, String profileName, String experimentName, ExperimentInner parameters, com.azure.core.util.Context context) Creates or updates an Experiment.com.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) 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 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 idcom.azure.core.http.rest.Response<ExperimentInner>ExperimentsClient.getWithResponse(String resourceGroupName, String profileName, String experimentName, com.azure.core.util.Context context) Gets an Experiment by ExperimentName.com.azure.core.http.rest.PagedIterable<ExperimentInner>ExperimentsClient.listByProfile(String resourceGroupName, String profileName) Gets a list of Experiments.com.azure.core.http.rest.PagedIterable<ExperimentInner>ExperimentsClient.listByProfile(String resourceGroupName, String profileName, com.azure.core.util.Context context) Gets a list of Experiments.Methods in com.azure.resourcemanager.frontdoor.fluent with parameters of type ExperimentInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExperimentInner>,ExperimentInner> ExperimentsClient.beginCreateOrUpdate(String resourceGroupName, String profileName, String experimentName, ExperimentInner parameters) Creates or updates an Experiment.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExperimentInner>,ExperimentInner> ExperimentsClient.beginCreateOrUpdate(String resourceGroupName, String profileName, String experimentName, ExperimentInner parameters, com.azure.core.util.Context context) Creates or updates an Experiment.ExperimentsClient.createOrUpdate(String resourceGroupName, String profileName, String experimentName, ExperimentInner parameters) Creates or updates an Experiment.ExperimentsClient.createOrUpdate(String resourceGroupName, String profileName, String experimentName, ExperimentInner parameters, com.azure.core.util.Context context) Creates or updates an Experiment. -
Uses of ExperimentInner in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return ExperimentInnerModifier and TypeMethodDescriptionExperimentInner.withDescription(String description) Set the description property: The description of the details or intents of the Experiment.ExperimentInner.withEnabledState(State enabledState) Set the enabledState property: The state of the Experiment.ExperimentInner.withEndpointA(Endpoint endpointA) Set the endpointA property: The endpoint A of an experiment.ExperimentInner.withEndpointB(Endpoint endpointB) Set the endpointB property: The endpoint B of an experiment.ExperimentInner.withLocation(String location) -
Uses of ExperimentInner in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return ExperimentInnerModifier and TypeMethodDescriptionExperiment.innerModel()Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.ExperimentInner object.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type ExperimentInnerModifier and TypeMethodDescriptionExperimentList.value()Get the value property: List of Experiments within a resource group.