### YamlMime:JavaType uid: "com.azure.resourcemanager.chaos.models.Experiment" fullName: "com.azure.resourcemanager.chaos.models.Experiment" name: "Experiment" nameWithType: "Experiment" summary: "An immutable client-side representation of Experiment." syntax: "public interface **Experiment**" methods: - uid: "com.azure.resourcemanager.chaos.models.Experiment.cancel()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.cancel()" name: "cancel()" nameWithType: "Experiment.cancel()" summary: "Cancel a running Experiment resource." modifiers: - "abstract" syntax: "public abstract void cancel()" desc: "Cancel a running Experiment resource." - uid: "com.azure.resourcemanager.chaos.models.Experiment.cancel(com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.chaos.models.Experiment.cancel(Context context)" name: "cancel(Context context)" nameWithType: "Experiment.cancel(Context context)" summary: "Cancel a running Experiment resource." modifiers: - "abstract" parameters: - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void cancel(Context context)" desc: "Cancel a running Experiment resource." - uid: "com.azure.resourcemanager.chaos.models.Experiment.id()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.id()" name: "id()" nameWithType: "Experiment.id()" summary: "Gets the id property: Fully qualified resource Id for the resource." modifiers: - "abstract" syntax: "public abstract String id()" desc: "Gets the id property: Fully qualified resource Id for the resource." returns: description: "the id value." type: "String" - uid: "com.azure.resourcemanager.chaos.models.Experiment.identity()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.identity()" name: "identity()" nameWithType: "Experiment.identity()" summary: "Gets the identity property: The identity of the experiment resource." modifiers: - "abstract" syntax: "public abstract ResourceIdentity identity()" desc: "Gets the identity property: The identity of the experiment resource." returns: description: "the identity value." type: "" - uid: "com.azure.resourcemanager.chaos.models.Experiment.innerModel()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.innerModel()" name: "innerModel()" nameWithType: "Experiment.innerModel()" summary: "Gets the inner com.azure.resourcemanager.chaos.fluent.models.ExperimentInner object." modifiers: - "abstract" syntax: "public abstract ExperimentInner innerModel()" desc: "Gets the inner com.azure.resourcemanager.chaos.fluent.models.ExperimentInner object." returns: description: "the inner object." type: "" - uid: "com.azure.resourcemanager.chaos.models.Experiment.location()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.location()" name: "location()" nameWithType: "Experiment.location()" summary: "Gets the location property: The geo-location where the resource lives." modifiers: - "abstract" syntax: "public abstract String location()" desc: "Gets the location property: The geo-location where the resource lives." returns: description: "the location value." type: "String" - uid: "com.azure.resourcemanager.chaos.models.Experiment.name()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.name()" name: "name()" nameWithType: "Experiment.name()" summary: "Gets the name property: The name of the resource." modifiers: - "abstract" syntax: "public abstract String name()" desc: "Gets the name property: The name of the resource." returns: description: "the name value." type: "String" - uid: "com.azure.resourcemanager.chaos.models.Experiment.provisioningState()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.provisioningState()" name: "provisioningState()" nameWithType: "Experiment.provisioningState()" summary: "Gets the provisioningState property: Most recent provisioning state for the given experiment resource." modifiers: - "abstract" syntax: "public abstract ProvisioningState provisioningState()" desc: "Gets the provisioningState property: Most recent provisioning state for the given experiment resource." returns: description: "the provisioningState value." type: "" - uid: "com.azure.resourcemanager.chaos.models.Experiment.refresh()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.refresh()" name: "refresh()" nameWithType: "Experiment.refresh()" summary: "Refreshes the resource to sync with Azure." modifiers: - "abstract" syntax: "public abstract Experiment refresh()" desc: "Refreshes the resource to sync with Azure." returns: description: "the refreshed resource." type: "" - uid: "com.azure.resourcemanager.chaos.models.Experiment.refresh(com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.chaos.models.Experiment.refresh(Context context)" name: "refresh(Context context)" nameWithType: "Experiment.refresh(Context context)" summary: "Refreshes the resource to sync with Azure." modifiers: - "abstract" parameters: - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Experiment refresh(Context context)" desc: "Refreshes the resource to sync with Azure." returns: description: "the refreshed resource." type: "" - uid: "com.azure.resourcemanager.chaos.models.Experiment.region()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.region()" name: "region()" nameWithType: "Experiment.region()" summary: "Gets the region of the resource." modifiers: - "abstract" syntax: "public abstract Region region()" desc: "Gets the region of the resource." returns: description: "the region of the resource." type: "" - uid: "com.azure.resourcemanager.chaos.models.Experiment.regionName()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.regionName()" name: "regionName()" nameWithType: "Experiment.regionName()" summary: "Gets the name of the resource region." modifiers: - "abstract" syntax: "public abstract String regionName()" desc: "Gets the name of the resource region." returns: description: "the name of the resource region." type: "String" - uid: "com.azure.resourcemanager.chaos.models.Experiment.resourceGroupName()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.resourceGroupName()" name: "resourceGroupName()" nameWithType: "Experiment.resourceGroupName()" summary: "Gets the name of the resource group." modifiers: - "abstract" syntax: "public abstract String resourceGroupName()" desc: "Gets the name of the resource group." returns: description: "the name of the resource group." type: "String" - uid: "com.azure.resourcemanager.chaos.models.Experiment.selectors()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.selectors()" name: "selectors()" nameWithType: "Experiment.selectors()" summary: "Gets the selectors property: List of selectors." modifiers: - "abstract" syntax: "public abstract List selectors()" desc: "Gets the selectors property: List of selectors." returns: description: "the selectors value." type: "List<>" - uid: "com.azure.resourcemanager.chaos.models.Experiment.start()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.start()" name: "start()" nameWithType: "Experiment.start()" summary: "Start a Experiment resource." modifiers: - "abstract" syntax: "public abstract void start()" desc: "Start a Experiment resource." - uid: "com.azure.resourcemanager.chaos.models.Experiment.start(com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.chaos.models.Experiment.start(Context context)" name: "start(Context context)" nameWithType: "Experiment.start(Context context)" summary: "Start a Experiment resource." modifiers: - "abstract" parameters: - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract void start(Context context)" desc: "Start a Experiment resource." - uid: "com.azure.resourcemanager.chaos.models.Experiment.steps()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.steps()" name: "steps()" nameWithType: "Experiment.steps()" summary: "Gets the steps property: List of steps." modifiers: - "abstract" syntax: "public abstract List steps()" desc: "Gets the steps property: List of steps." returns: description: "the steps value." type: "List<>" - uid: "com.azure.resourcemanager.chaos.models.Experiment.systemData()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.systemData()" name: "systemData()" nameWithType: "Experiment.systemData()" summary: "Gets the systemData property: The system metadata of the experiment resource." modifiers: - "abstract" syntax: "public abstract SystemData systemData()" desc: "Gets the systemData property: The system metadata of the experiment resource." returns: description: "the systemData value." type: "" - uid: "com.azure.resourcemanager.chaos.models.Experiment.tags()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.tags()" name: "tags()" nameWithType: "Experiment.tags()" summary: "Gets the tags property: Resource tags." modifiers: - "abstract" syntax: "public abstract Map tags()" desc: "Gets the tags property: Resource tags." returns: description: "the tags value." type: "Map<String,String>" - uid: "com.azure.resourcemanager.chaos.models.Experiment.type()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.type()" name: "type()" nameWithType: "Experiment.type()" summary: "Gets the type property: The type of the resource." modifiers: - "abstract" syntax: "public abstract String type()" desc: "Gets the type property: The type of the resource." returns: description: "the type value." type: "String" - uid: "com.azure.resourcemanager.chaos.models.Experiment.update()" fullName: "com.azure.resourcemanager.chaos.models.Experiment.update()" name: "update()" nameWithType: "Experiment.update()" summary: "Begins update for the Experiment resource." modifiers: - "abstract" syntax: "public abstract Experiment.Update update()" desc: "Begins update for the Experiment resource." returns: description: "the stage of resource update." type: "" type: "interface" desc: "An immutable client-side representation of Experiment." metadata: {} package: "com.azure.resourcemanager.chaos.models" artifact: com.azure.resourcemanager:azure-resourcemanager-chaos:1.1.0