### 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:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
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 creationScript 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: ""
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.startupScript()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute.startupScript()"
name: "startupScript()"
nameWithType: "ScriptsToExecute.startupScript()"
summary: "Get the startupScript 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: ""
- 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 creationScript property: Script that's run only once during provision of the compute."
parameters:
- description: "the creationScript value to set."
name: "creationScript"
type: ""
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: ""
- 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 startupScript property: Script that's run every time the machine starts."
parameters:
- description: "the startupScript value to set."
name: "startupScript"
type: ""
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: ""
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