MachineLearningComputeInstanceDataDisk 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.
Defines an Aml Instance DataDisk.
public class MachineLearningComputeInstanceDataDisk : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceDataDisk>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceDataDisk>
public class MachineLearningComputeInstanceDataDisk
type MachineLearningComputeInstanceDataDisk = class
interface IJsonModel<MachineLearningComputeInstanceDataDisk>
interface IPersistableModel<MachineLearningComputeInstanceDataDisk>
type MachineLearningComputeInstanceDataDisk = class
Public Class MachineLearningComputeInstanceDataDisk
Implements IJsonModel(Of MachineLearningComputeInstanceDataDisk), IPersistableModel(Of MachineLearningComputeInstanceDataDisk)
Public Class MachineLearningComputeInstanceDataDisk
- Inheritance
-
MachineLearningComputeInstanceDataDisk
- Implements
Properties
Caching |
Caching type of Data Disk. |
DiskSizeGB |
The initial disk size in gigabytes. |
Lun |
The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. |
StorageAccountType |
type of this storage account. |
Explicit Interface Implementations
IJsonModel<MachineLearningComputeInstanceDataDisk>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningComputeInstanceDataDisk>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningComputeInstanceDataDisk>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningComputeInstanceDataDisk>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningComputeInstanceDataDisk>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET