azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

450 строки
33 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.chaos.models.Experiments"
fullName: "com.azure.resourcemanager.chaos.models.Experiments"
name: "Experiments"
nameWithType: "Experiments"
summary: "Resource collection API of Experiments."
syntax: "public interface **Experiments**"
methods:
- uid: "com.azure.resourcemanager.chaos.models.Experiments.cancel(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.cancel(String resourceGroupName, String experimentName)"
name: "cancel(String resourceGroupName, String experimentName)"
nameWithType: "Experiments.cancel(String resourceGroupName, String experimentName)"
summary: "Cancel a running Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void cancel(String resourceGroupName, String experimentName)"
desc: "Cancel a running Experiment resource."
- uid: "com.azure.resourcemanager.chaos.models.Experiments.cancel(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.cancel(String resourceGroupName, String experimentName, Context context)"
name: "cancel(String resourceGroupName, String experimentName, Context context)"
nameWithType: "Experiments.cancel(String resourceGroupName, String experimentName, Context context)"
summary: "Cancel a running Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void cancel(String resourceGroupName, String experimentName, Context context)"
desc: "Cancel a running Experiment resource."
- uid: "com.azure.resourcemanager.chaos.models.Experiments.define(java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.define(String name)"
name: "define(String name)"
nameWithType: "Experiments.define(String name)"
summary: "Begins definition for a new Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Experiment.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new Experiment resource."
returns:
description: "the first stage of the new Experiment definition."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.Experiment.DefinitionStages.Blank?alt=com.azure.resourcemanager.chaos.models.Experiment.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.delete(String resourceGroupName, String experimentName, Context context)"
name: "delete(String resourceGroupName, String experimentName, Context context)"
nameWithType: "Experiments.delete(String resourceGroupName, String experimentName, Context context)"
summary: "Delete a Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String experimentName, Context context)"
desc: "Delete a Experiment resource."
- uid: "com.azure.resourcemanager.chaos.models.Experiments.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Experiments.deleteById(String id)"
summary: "Delete a Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Delete a Experiment resource."
- uid: "com.azure.resourcemanager.chaos.models.Experiments.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Experiments.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deleteByIdWithResponse(String id, Context context)"
desc: "Delete a Experiment resource."
- uid: "com.azure.resourcemanager.chaos.models.Experiments.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.deleteByResourceGroup(String resourceGroupName, String experimentName)"
name: "deleteByResourceGroup(String resourceGroupName, String experimentName)"
nameWithType: "Experiments.deleteByResourceGroup(String resourceGroupName, String experimentName)"
summary: "Delete a Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String experimentName)"
desc: "Delete a Experiment resource."
- uid: "com.azure.resourcemanager.chaos.models.Experiments.executionDetails(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.executionDetails(String resourceGroupName, String experimentName, String executionId)"
name: "executionDetails(String resourceGroupName, String experimentName, String executionId)"
nameWithType: "Experiments.executionDetails(String resourceGroupName, String experimentName, String executionId)"
summary: "Execution details of an experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "GUID that represents a Experiment execution detail."
name: "executionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ExperimentExecutionDetails executionDetails(String resourceGroupName, String experimentName, String executionId)"
desc: "Execution details of an experiment resource."
returns:
description: "model that represents the execution details of an Experiment."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.ExperimentExecutionDetails?alt=com.azure.resourcemanager.chaos.models.ExperimentExecutionDetails&text=ExperimentExecutionDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.executionDetailsWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.executionDetailsWithResponse(String resourceGroupName, String experimentName, String executionId, Context context)"
name: "executionDetailsWithResponse(String resourceGroupName, String experimentName, String executionId, Context context)"
nameWithType: "Experiments.executionDetailsWithResponse(String resourceGroupName, String experimentName, String executionId, Context context)"
summary: "Execution details of an experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "GUID that represents a Experiment execution detail."
name: "executionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ExperimentExecutionDetails> executionDetailsWithResponse(String resourceGroupName, String experimentName, String executionId, Context context)"
desc: "Execution details of an experiment resource."
returns:
description: "model that represents the execution details of an Experiment along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.chaos.models.ExperimentExecutionDetails?alt=com.azure.resourcemanager.chaos.models.ExperimentExecutionDetails&text=ExperimentExecutionDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.getById(String id)"
name: "getById(String id)"
nameWithType: "Experiments.getById(String id)"
summary: "Get a Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Experiment getById(String id)"
desc: "Get a Experiment resource."
returns:
description: "a Experiment resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.Experiment?alt=com.azure.resourcemanager.chaos.models.Experiment&text=Experiment\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Experiments.getByIdWithResponse(String id, Context context)"
summary: "Get a Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Experiment> getByIdWithResponse(String id, Context context)"
desc: "Get a Experiment resource."
returns:
description: "a Experiment resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.chaos.models.Experiment?alt=com.azure.resourcemanager.chaos.models.Experiment&text=Experiment\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.getByResourceGroup(String resourceGroupName, String experimentName)"
name: "getByResourceGroup(String resourceGroupName, String experimentName)"
nameWithType: "Experiments.getByResourceGroup(String resourceGroupName, String experimentName)"
summary: "Get a Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Experiment getByResourceGroup(String resourceGroupName, String experimentName)"
desc: "Get a Experiment resource."
returns:
description: "a Experiment resource."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.Experiment?alt=com.azure.resourcemanager.chaos.models.Experiment&text=Experiment\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.getByResourceGroupWithResponse(String resourceGroupName, String experimentName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String experimentName, Context context)"
nameWithType: "Experiments.getByResourceGroupWithResponse(String resourceGroupName, String experimentName, Context context)"
summary: "Get a Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Experiment> getByResourceGroupWithResponse(String resourceGroupName, String experimentName, Context context)"
desc: "Get a Experiment resource."
returns:
description: "a Experiment resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.chaos.models.Experiment?alt=com.azure.resourcemanager.chaos.models.Experiment&text=Experiment\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.getExecution(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.getExecution(String resourceGroupName, String experimentName, String executionId)"
name: "getExecution(String resourceGroupName, String experimentName, String executionId)"
nameWithType: "Experiments.getExecution(String resourceGroupName, String experimentName, String executionId)"
summary: "Get an execution of an Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "GUID that represents a Experiment execution detail."
name: "executionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ExperimentExecution getExecution(String resourceGroupName, String experimentName, String executionId)"
desc: "Get an execution of an Experiment resource."
returns:
description: "an execution of an Experiment resource."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.ExperimentExecution?alt=com.azure.resourcemanager.chaos.models.ExperimentExecution&text=ExperimentExecution\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.getExecutionWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.getExecutionWithResponse(String resourceGroupName, String experimentName, String executionId, Context context)"
name: "getExecutionWithResponse(String resourceGroupName, String experimentName, String executionId, Context context)"
nameWithType: "Experiments.getExecutionWithResponse(String resourceGroupName, String experimentName, String executionId, Context context)"
summary: "Get an execution of an Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "GUID that represents a Experiment execution detail."
name: "executionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ExperimentExecution> getExecutionWithResponse(String resourceGroupName, String experimentName, String executionId, Context context)"
desc: "Get an execution of an Experiment resource."
returns:
description: "an execution of an Experiment resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.chaos.models.ExperimentExecution?alt=com.azure.resourcemanager.chaos.models.ExperimentExecution&text=ExperimentExecution\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.list()"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.list()"
name: "list()"
nameWithType: "Experiments.list()"
summary: "Get a list of Experiment resources in a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<Experiment> list()"
desc: "Get a list of Experiment resources in a subscription."
returns:
description: "a list of Experiment resources in a subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.chaos.models.Experiment?alt=com.azure.resourcemanager.chaos.models.Experiment&text=Experiment\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.list(java.lang.Boolean,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.list(Boolean running, String continuationToken, Context context)"
name: "list(Boolean running, String continuationToken, Context context)"
nameWithType: "Experiments.list(Boolean running, String continuationToken, Context context)"
summary: "Get a list of Experiment resources in a subscription."
modifiers:
- "abstract"
parameters:
- description: "Optional value that indicates whether to filter results based on if the Experiment is currently\n running. If null, then the results will not be filtered."
name: "running"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "String that sets the continuation token."
name: "continuationToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<Experiment> list(Boolean running, String continuationToken, Context context)"
desc: "Get a list of Experiment resources in a subscription."
returns:
description: "a list of Experiment resources in a subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.chaos.models.Experiment?alt=com.azure.resourcemanager.chaos.models.Experiment&text=Experiment\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.listAllExecutions(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.listAllExecutions(String resourceGroupName, String experimentName)"
name: "listAllExecutions(String resourceGroupName, String experimentName)"
nameWithType: "Experiments.listAllExecutions(String resourceGroupName, String experimentName)"
summary: "Get a list of executions of an Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ExperimentExecution> listAllExecutions(String resourceGroupName, String experimentName)"
desc: "Get a list of executions of an Experiment resource."
returns:
description: "a list of executions of an Experiment resource as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.chaos.models.ExperimentExecution?alt=com.azure.resourcemanager.chaos.models.ExperimentExecution&text=ExperimentExecution\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.listAllExecutions(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.listAllExecutions(String resourceGroupName, String experimentName, Context context)"
name: "listAllExecutions(String resourceGroupName, String experimentName, Context context)"
nameWithType: "Experiments.listAllExecutions(String resourceGroupName, String experimentName, Context context)"
summary: "Get a list of executions of an Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ExperimentExecution> listAllExecutions(String resourceGroupName, String experimentName, Context context)"
desc: "Get a list of executions of an Experiment resource."
returns:
description: "a list of executions of an Experiment resource as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.chaos.models.ExperimentExecution?alt=com.azure.resourcemanager.chaos.models.ExperimentExecution&text=ExperimentExecution\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "Experiments.listByResourceGroup(String resourceGroupName)"
summary: "Get a list of Experiment resources in a resource group."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<Experiment> listByResourceGroup(String resourceGroupName)"
desc: "Get a list of Experiment resources in a resource group."
returns:
description: "a list of Experiment resources in a resource group as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.chaos.models.Experiment?alt=com.azure.resourcemanager.chaos.models.Experiment&text=Experiment\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.listByResourceGroup(java.lang.String,java.lang.Boolean,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.listByResourceGroup(String resourceGroupName, Boolean running, String continuationToken, Context context)"
name: "listByResourceGroup(String resourceGroupName, Boolean running, String continuationToken, Context context)"
nameWithType: "Experiments.listByResourceGroup(String resourceGroupName, Boolean running, String continuationToken, Context context)"
summary: "Get a list of Experiment resources in a resource group."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Optional value that indicates whether to filter results based on if the Experiment is currently\n running. If null, then the results will not be filtered."
name: "running"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "String that sets the continuation token."
name: "continuationToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<Experiment> listByResourceGroup(String resourceGroupName, Boolean running, String continuationToken, Context context)"
desc: "Get a list of Experiment resources in a resource group."
returns:
description: "a list of Experiment resources in a resource group as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.chaos.models.Experiment?alt=com.azure.resourcemanager.chaos.models.Experiment&text=Experiment\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Experiments.start(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.start(String resourceGroupName, String experimentName)"
name: "start(String resourceGroupName, String experimentName)"
nameWithType: "Experiments.start(String resourceGroupName, String experimentName)"
summary: "Start a Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void start(String resourceGroupName, String experimentName)"
desc: "Start a Experiment resource."
- uid: "com.azure.resourcemanager.chaos.models.Experiments.start(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Experiments.start(String resourceGroupName, String experimentName, Context context)"
name: "start(String resourceGroupName, String experimentName, Context context)"
nameWithType: "Experiments.start(String resourceGroupName, String experimentName, Context context)"
summary: "Start a Experiment resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Experiment resource name."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void start(String resourceGroupName, String experimentName, Context context)"
desc: "Start a Experiment resource."
type: "interface"
desc: "Resource collection API of Experiments."
metadata: {}
package: "com.azure.resourcemanager.chaos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-chaos:1.1.0