azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

91 строка
7.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute"
name: "ScriptsToExecute"
nameWithType: "ScriptsToExecute"
summary: "Customized setup scripts."
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 **ScriptsToExecute**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.ScriptsToExecute()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.ScriptsToExecute()"
name: "ScriptsToExecute()"
nameWithType: "ScriptsToExecute.ScriptsToExecute()"
syntax: "public ScriptsToExecute()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.creationScript()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.creationScript()"
name: "creationScript()"
nameWithType: "ScriptsToExecute.creationScript()"
summary: "Get the creation<wbr>Script property: Script that's run only once during provision of the compute."
syntax: "public ScriptReference creationScript()"
desc: "Get the creationScript property: Script that's run only once during provision of the compute."
returns:
description: "the creationScript value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptReference?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptReference&text=ScriptReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.startupScript()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.startupScript()"
name: "startupScript()"
nameWithType: "ScriptsToExecute.startupScript()"
summary: "Get the startup<wbr>Script property: Script that's run every time the machine starts."
syntax: "public ScriptReference startupScript()"
desc: "Get the startupScript property: Script that's run every time the machine starts."
returns:
description: "the startupScript value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptReference?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptReference&text=ScriptReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.validate()"
name: "validate()"
nameWithType: "ScriptsToExecute.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.withCreationScript(com.azure.resourcemanager.machinelearningservices.models.ScriptReference)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.withCreationScript(ScriptReference creationScript)"
name: "withCreationScript(ScriptReference creationScript)"
nameWithType: "ScriptsToExecute.withCreationScript(ScriptReference creationScript)"
summary: "Set the creation<wbr>Script property: Script that's run only once during provision of the compute."
parameters:
- description: "the creationScript value to set."
name: "creationScript"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptReference?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptReference&text=ScriptReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ScriptsToExecute withCreationScript(ScriptReference creationScript)"
desc: "Set the creationScript property: Script that's run only once during provision of the compute."
returns:
description: "the ScriptsToExecute object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute&text=ScriptsToExecute\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.withStartupScript(com.azure.resourcemanager.machinelearningservices.models.ScriptReference)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.withStartupScript(ScriptReference startupScript)"
name: "withStartupScript(ScriptReference startupScript)"
nameWithType: "ScriptsToExecute.withStartupScript(ScriptReference startupScript)"
summary: "Set the startup<wbr>Script property: Script that's run every time the machine starts."
parameters:
- description: "the startupScript value to set."
name: "startupScript"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptReference?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptReference&text=ScriptReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ScriptsToExecute withStartupScript(ScriptReference startupScript)"
desc: "Set the startupScript property: Script that's run every time the machine starts."
returns:
description: "the ScriptsToExecute object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute&text=ScriptsToExecute\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Customized setup scripts."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1