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

266 строки
14 KiB
YAML

### 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: "<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(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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<xref href=\"com.azure.resourcemanager.chaos.models.ResourceIdentity?alt=com.azure.resourcemanager.chaos.models.ResourceIdentity&text=ResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
- 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.<wbr>azure.<wbr>resourcemanager.<wbr>chaos.<wbr>fluent.<wbr>models.<wbr>Experiment<wbr>Inner 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: "<xref href=\"com.azure.resourcemanager.chaos.fluent.models.ExperimentInner?alt=com.azure.resourcemanager.chaos.fluent.models.ExperimentInner&text=ExperimentInner\" data-throw-if-not-resolved=\"False\" />"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.chaos.models.Experiment.provisioningState()"
fullName: "com.azure.resourcemanager.chaos.models.Experiment.provisioningState()"
name: "provisioningState()"
nameWithType: "Experiment.provisioningState()"
summary: "Gets the provisioning<wbr>State 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: "<xref href=\"com.azure.resourcemanager.chaos.models.ProvisioningState?alt=com.azure.resourcemanager.chaos.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- 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: "<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.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: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Experiment refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed 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.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: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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<ChaosTargetSelector> selectors()"
desc: "Gets the selectors property: List of selectors."
returns:
description: "the selectors value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.chaos.models.ChaosTargetSelector?alt=com.azure.resourcemanager.chaos.models.ChaosTargetSelector&text=ChaosTargetSelector\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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: "<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(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<ChaosExperimentStep> steps()"
desc: "Gets the steps property: List of steps."
returns:
description: "the steps value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.chaos.models.ChaosExperimentStep?alt=com.azure.resourcemanager.chaos.models.ChaosExperimentStep&text=ChaosExperimentStep\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Experiment.systemData()"
fullName: "com.azure.resourcemanager.chaos.models.Experiment.systemData()"
name: "systemData()"
nameWithType: "Experiment.systemData()"
summary: "Gets the system<wbr>Data 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: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- 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<String,String> tags()"
desc: "Gets the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<xref href=\"com.azure.resourcemanager.chaos.models.Experiment.Update?alt=com.azure.resourcemanager.chaos.models.Experiment.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
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