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

103 строки
7.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties"
fullName: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties"
name: "ExperimentProperties"
nameWithType: "ExperimentProperties"
summary: "Model that represents the Experiment properties model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ExperimentProperties**"
constructors:
- uid: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties.ExperimentProperties()"
fullName: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties.ExperimentProperties()"
name: "ExperimentProperties()"
nameWithType: "ExperimentProperties.ExperimentProperties()"
summary: "Creates an instance of Experiment<wbr>Properties class."
syntax: "public ExperimentProperties()"
desc: "Creates an instance of ExperimentProperties class."
methods:
- uid: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties.provisioningState()"
fullName: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "ExperimentProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: Most recent provisioning state for the given experiment resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get 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.fluent.models.ExperimentProperties.selectors()"
fullName: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties.selectors()"
name: "selectors()"
nameWithType: "ExperimentProperties.selectors()"
summary: "Get the selectors property: List of selectors."
syntax: "public List<ChaosTargetSelector> selectors()"
desc: "Get 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.fluent.models.ExperimentProperties.steps()"
fullName: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties.steps()"
name: "steps()"
nameWithType: "ExperimentProperties.steps()"
summary: "Get the steps property: List of steps."
syntax: "public List<ChaosExperimentStep> steps()"
desc: "Get 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.fluent.models.ExperimentProperties.validate()"
fullName: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties.validate()"
name: "validate()"
nameWithType: "ExperimentProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties.withSelectors(java.util.List<com.azure.resourcemanager.chaos.models.ChaosTargetSelector>)"
fullName: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties.withSelectors(List<ChaosTargetSelector> selectors)"
name: "withSelectors(List<ChaosTargetSelector> selectors)"
nameWithType: "ExperimentProperties.withSelectors(List<ChaosTargetSelector> selectors)"
summary: "Set the selectors property: List of selectors."
parameters:
- description: "the selectors value to set."
name: "selectors"
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;"
syntax: "public ExperimentProperties withSelectors(List<ChaosTargetSelector> selectors)"
desc: "Set the selectors property: List of selectors."
returns:
description: "the ExperimentProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties?alt=com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties&text=ExperimentProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties.withSteps(java.util.List<com.azure.resourcemanager.chaos.models.ChaosExperimentStep>)"
fullName: "com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties.withSteps(List<ChaosExperimentStep> steps)"
name: "withSteps(List<ChaosExperimentStep> steps)"
nameWithType: "ExperimentProperties.withSteps(List<ChaosExperimentStep> steps)"
summary: "Set the steps property: List of steps."
parameters:
- description: "the steps value to set."
name: "steps"
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;"
syntax: "public ExperimentProperties withSteps(List<ChaosExperimentStep> steps)"
desc: "Set the steps property: List of steps."
returns:
description: "the ExperimentProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties?alt=com.azure.resourcemanager.chaos.fluent.models.ExperimentProperties&text=ExperimentProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Model that represents the Experiment properties model."
metadata: {}
package: "com.azure.resourcemanager.chaos.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-chaos:1.1.0