151 строка
9.5 KiB
YAML
151 строка
9.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction"
|
|
name: "RuntimeScriptAction"
|
|
nameWithType: "RuntimeScriptAction"
|
|
summary: "Describes a script action on a running 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 class **RuntimeScriptAction**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.RuntimeScriptAction()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.RuntimeScriptAction()"
|
|
name: "RuntimeScriptAction()"
|
|
nameWithType: "RuntimeScriptAction.RuntimeScriptAction()"
|
|
summary: "Creates an instance of Runtime<wbr>Script<wbr>Action class."
|
|
syntax: "public RuntimeScriptAction()"
|
|
desc: "Creates an instance of RuntimeScriptAction class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.applicationName()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.applicationName()"
|
|
name: "applicationName()"
|
|
nameWithType: "RuntimeScriptAction.applicationName()"
|
|
summary: "Get the application<wbr>Name property: The application name of the script action, if any."
|
|
syntax: "public String applicationName()"
|
|
desc: "Get the applicationName property: The application name of the script action, if any."
|
|
returns:
|
|
description: "the applicationName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.name()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.name()"
|
|
name: "name()"
|
|
nameWithType: "RuntimeScriptAction.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.RuntimeScriptAction.parameters()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.parameters()"
|
|
name: "parameters()"
|
|
nameWithType: "RuntimeScriptAction.parameters()"
|
|
summary: "Get the parameters property: The parameters for the script."
|
|
syntax: "public String parameters()"
|
|
desc: "Get the parameters property: The parameters for the script."
|
|
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.RuntimeScriptAction.roles()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.roles()"
|
|
name: "roles()"
|
|
nameWithType: "RuntimeScriptAction.roles()"
|
|
summary: "Get the roles property: The list of roles where script will be executed."
|
|
syntax: "public List<String> roles()"
|
|
desc: "Get the roles property: The list of roles where script will be executed."
|
|
returns:
|
|
description: "the roles value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.uri()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.uri()"
|
|
name: "uri()"
|
|
nameWithType: "RuntimeScriptAction.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.RuntimeScriptAction.validate()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RuntimeScriptAction.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "RuntimeScriptAction.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 RuntimeScriptAction withName(String name)"
|
|
desc: "Set the name property: The name of the script action."
|
|
returns:
|
|
description: "the RuntimeScriptAction object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction?alt=com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction&text=RuntimeScriptAction\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.withParameters(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.withParameters(String parameters)"
|
|
name: "withParameters(String parameters)"
|
|
nameWithType: "RuntimeScriptAction.withParameters(String parameters)"
|
|
summary: "Set the parameters property: The parameters for the script."
|
|
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 RuntimeScriptAction withParameters(String parameters)"
|
|
desc: "Set the parameters property: The parameters for the script."
|
|
returns:
|
|
description: "the RuntimeScriptAction object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction?alt=com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction&text=RuntimeScriptAction\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.withRoles(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.withRoles(List<String> roles)"
|
|
name: "withRoles(List<String> roles)"
|
|
nameWithType: "RuntimeScriptAction.withRoles(List<String> roles)"
|
|
summary: "Set the roles property: The list of roles where script will be executed."
|
|
parameters:
|
|
- description: "the roles value to set."
|
|
name: "roles"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public RuntimeScriptAction withRoles(List<String> roles)"
|
|
desc: "Set the roles property: The list of roles where script will be executed."
|
|
returns:
|
|
description: "the RuntimeScriptAction object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction?alt=com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction&text=RuntimeScriptAction\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.withUri(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction.withUri(String uri)"
|
|
name: "withUri(String uri)"
|
|
nameWithType: "RuntimeScriptAction.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 RuntimeScriptAction withUri(String uri)"
|
|
desc: "Set the uri property: The URI to the script."
|
|
returns:
|
|
description: "the RuntimeScriptAction object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction?alt=com.azure.resourcemanager.hdinsight.models.RuntimeScriptAction&text=RuntimeScriptAction\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Describes a script action on a running cluster."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hdinsight.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0
|