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

117 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hdinsight.models.ScriptAction"
fullName: "com.azure.resourcemanager.hdinsight.models.ScriptAction"
name: "ScriptAction"
nameWithType: "ScriptAction"
summary: "Describes a script action on role on the cluster."
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 **ScriptAction**"
constructors:
- uid: "com.azure.resourcemanager.hdinsight.models.ScriptAction.ScriptAction()"
fullName: "com.azure.resourcemanager.hdinsight.models.ScriptAction.ScriptAction()"
name: "ScriptAction()"
nameWithType: "ScriptAction.ScriptAction()"
summary: "Creates an instance of Script<wbr>Action class."
syntax: "public ScriptAction()"
desc: "Creates an instance of ScriptAction class."
methods:
- uid: "com.azure.resourcemanager.hdinsight.models.ScriptAction.name()"
fullName: "com.azure.resourcemanager.hdinsight.models.ScriptAction.name()"
name: "name()"
nameWithType: "ScriptAction.name()"
summary: "Get the name property: The name of the script action."
syntax: "public String name()"
desc: "Get the name property: The name of the script action."
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.hdinsight.models.ScriptAction.parameters()"
fullName: "com.azure.resourcemanager.hdinsight.models.ScriptAction.parameters()"
name: "parameters()"
nameWithType: "ScriptAction.parameters()"
summary: "Get the parameters property: The parameters for the script provided."
syntax: "public String parameters()"
desc: "Get the parameters property: The parameters for the script provided."
returns:
description: "the parameters value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.ScriptAction.uri()"
fullName: "com.azure.resourcemanager.hdinsight.models.ScriptAction.uri()"
name: "uri()"
nameWithType: "ScriptAction.uri()"
summary: "Get the uri property: The URI to the script."
syntax: "public String uri()"
desc: "Get the uri property: The URI to the script."
returns:
description: "the uri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.ScriptAction.validate()"
fullName: "com.azure.resourcemanager.hdinsight.models.ScriptAction.validate()"
name: "validate()"
nameWithType: "ScriptAction.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.hdinsight.models.ScriptAction.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.hdinsight.models.ScriptAction.withName(String name)"
name: "withName(String name)"
nameWithType: "ScriptAction.withName(String name)"
summary: "Set the name property: The name of the script action."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ScriptAction withName(String name)"
desc: "Set the name property: The name of the script action."
returns:
description: "the ScriptAction object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ScriptAction?alt=com.azure.resourcemanager.hdinsight.models.ScriptAction&text=ScriptAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.ScriptAction.withParameters(java.lang.String)"
fullName: "com.azure.resourcemanager.hdinsight.models.ScriptAction.withParameters(String parameters)"
name: "withParameters(String parameters)"
nameWithType: "ScriptAction.withParameters(String parameters)"
summary: "Set the parameters property: The parameters for the script provided."
parameters:
- description: "the parameters value to set."
name: "parameters"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ScriptAction withParameters(String parameters)"
desc: "Set the parameters property: The parameters for the script provided."
returns:
description: "the ScriptAction object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ScriptAction?alt=com.azure.resourcemanager.hdinsight.models.ScriptAction&text=ScriptAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.ScriptAction.withUri(java.lang.String)"
fullName: "com.azure.resourcemanager.hdinsight.models.ScriptAction.withUri(String uri)"
name: "withUri(String uri)"
nameWithType: "ScriptAction.withUri(String uri)"
summary: "Set the uri property: The URI to the script."
parameters:
- description: "the uri value to set."
name: "uri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ScriptAction withUri(String uri)"
desc: "Set the uri property: The URI to the script."
returns:
description: "the ScriptAction object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ScriptAction?alt=com.azure.resourcemanager.hdinsight.models.ScriptAction&text=ScriptAction\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes a script action on role on the cluster."
metadata: {}
package: "com.azure.resourcemanager.hdinsight.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0