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

113 строки
8.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.chaos.models.DiscreteAction"
fullName: "com.azure.resourcemanager.chaos.models.DiscreteAction"
name: "DiscreteAction"
nameWithType: "DiscreteAction"
summary: "Model that represents a discrete action."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.chaos.models.ChaosExperimentAction?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.chaos.models.ChaosExperimentAction?alt=com.azure.resourcemanager.chaos.models.ChaosExperimentAction&text=ChaosExperimentAction\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.chaos.models.ChaosExperimentAction.name()?alt=com.azure.resourcemanager.chaos.models.ChaosExperimentAction.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.chaos.models.ChaosExperimentAction.validate()?alt=com.azure.resourcemanager.chaos.models.ChaosExperimentAction.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.chaos.models.ChaosExperimentAction.withName(java.lang.String)?alt=com.azure.resourcemanager.chaos.models.ChaosExperimentAction.withName&text=withName\" data-throw-if-not-resolved=\"False\" />"
- 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 **DiscreteAction**</br> extends <xref href=\"com.azure.resourcemanager.chaos.models.ChaosExperimentAction?alt=com.azure.resourcemanager.chaos.models.ChaosExperimentAction&text=ChaosExperimentAction\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.chaos.models.DiscreteAction.DiscreteAction()"
fullName: "com.azure.resourcemanager.chaos.models.DiscreteAction.DiscreteAction()"
name: "DiscreteAction()"
nameWithType: "DiscreteAction.DiscreteAction()"
summary: "Creates an instance of Discrete<wbr>Action class."
syntax: "public DiscreteAction()"
desc: "Creates an instance of DiscreteAction class."
methods:
- uid: "com.azure.resourcemanager.chaos.models.DiscreteAction.parameters()"
fullName: "com.azure.resourcemanager.chaos.models.DiscreteAction.parameters()"
name: "parameters()"
nameWithType: "DiscreteAction.parameters()"
summary: "Get the parameters property: List of key value pairs."
syntax: "public List<KeyValuePair> parameters()"
desc: "Get the parameters property: List of key value pairs."
returns:
description: "the parameters 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.KeyValuePair?alt=com.azure.resourcemanager.chaos.models.KeyValuePair&text=KeyValuePair\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.DiscreteAction.selectorId()"
fullName: "com.azure.resourcemanager.chaos.models.DiscreteAction.selectorId()"
name: "selectorId()"
nameWithType: "DiscreteAction.selectorId()"
summary: "Get the selector<wbr>Id property: String that represents a selector."
syntax: "public String selectorId()"
desc: "Get the selectorId property: String that represents a selector."
returns:
description: "the selectorId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.chaos.models.DiscreteAction.validate()"
fullName: "com.azure.resourcemanager.chaos.models.DiscreteAction.validate()"
name: "validate()"
nameWithType: "DiscreteAction.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.chaos.models.ChaosExperimentAction.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.chaos.models.DiscreteAction.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.DiscreteAction.withName(String name)"
name: "withName(String name)"
nameWithType: "DiscreteAction.withName(String name)"
summary: "Set the name property: String that represents a Capability URN."
overridden: "com.azure.resourcemanager.chaos.models.ChaosExperimentAction.withName(java.lang.String)"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DiscreteAction withName(String name)"
desc: "Set the name property: String that represents a Capability URN."
returns:
type: "<xref href=\"com.azure.resourcemanager.chaos.models.DiscreteAction?alt=com.azure.resourcemanager.chaos.models.DiscreteAction&text=DiscreteAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.DiscreteAction.withParameters(java.util.List<com.azure.resourcemanager.chaos.models.KeyValuePair>)"
fullName: "com.azure.resourcemanager.chaos.models.DiscreteAction.withParameters(List<KeyValuePair> parameters)"
name: "withParameters(List<KeyValuePair> parameters)"
nameWithType: "DiscreteAction.withParameters(List<KeyValuePair> parameters)"
summary: "Set the parameters property: List of key value pairs."
parameters:
- description: "the parameters value to set."
name: "parameters"
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.KeyValuePair?alt=com.azure.resourcemanager.chaos.models.KeyValuePair&text=KeyValuePair\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DiscreteAction withParameters(List<KeyValuePair> parameters)"
desc: "Set the parameters property: List of key value pairs."
returns:
description: "the DiscreteAction object itself."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.DiscreteAction?alt=com.azure.resourcemanager.chaos.models.DiscreteAction&text=DiscreteAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.DiscreteAction.withSelectorId(java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.DiscreteAction.withSelectorId(String selectorId)"
name: "withSelectorId(String selectorId)"
nameWithType: "DiscreteAction.withSelectorId(String selectorId)"
summary: "Set the selector<wbr>Id property: String that represents a selector."
parameters:
- description: "the selectorId value to set."
name: "selectorId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DiscreteAction withSelectorId(String selectorId)"
desc: "Set the selectorId property: String that represents a selector."
returns:
description: "the DiscreteAction object itself."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.DiscreteAction?alt=com.azure.resourcemanager.chaos.models.DiscreteAction&text=DiscreteAction\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Model that represents a discrete action."
metadata: {}
package: "com.azure.resourcemanager.chaos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-chaos:1.1.0