MachineLearningScriptsToExecute Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Customized setup scripts.
public class MachineLearningScriptsToExecute : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningScriptsToExecute>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningScriptsToExecute>public class MachineLearningScriptsToExecutetype MachineLearningScriptsToExecute = class
    interface IJsonModel<MachineLearningScriptsToExecute>
    interface IPersistableModel<MachineLearningScriptsToExecute>type MachineLearningScriptsToExecute = classPublic Class MachineLearningScriptsToExecute
Implements IJsonModel(Of MachineLearningScriptsToExecute), IPersistableModel(Of MachineLearningScriptsToExecute)Public Class MachineLearningScriptsToExecute- Inheritance
- 
				MachineLearningScriptsToExecute
- Implements
Constructors
| MachineLearningScriptsToExecute() | Initializes a new instance of MachineLearningScriptsToExecute. | 
Properties
| CreationScript | Script that's run only once during provision of the compute. | 
| StartupScript | Script that's run every time the machine starts. | 
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | 
Explicit Interface Implementations
| IJsonModel<MachineLearningScriptsToExecute>.Create(Utf8JsonReader, ModelReaderWriterOptions) | Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. | 
| IJsonModel<MachineLearningScriptsToExecute>.Write(Utf8JsonWriter, ModelReaderWriterOptions) | Writes the model to the provided Utf8JsonWriter. | 
| IPersistableModel<MachineLearningScriptsToExecute>.Create(BinaryData, ModelReaderWriterOptions) | Converts the provided BinaryData into a model. | 
| IPersistableModel<MachineLearningScriptsToExecute>.GetFormatFromOptions(ModelReaderWriterOptions) | Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. | 
| IPersistableModel<MachineLearningScriptsToExecute>.Write(ModelReaderWriterOptions) | Writes the model into a BinaryData. |