ComputeInstanceDataMount 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 DataMount.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstanceDataMountTypeConverter))]
public class ComputeInstanceDataMount : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceDataMount
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeInstanceDataMountTypeConverter))>]
type ComputeInstanceDataMount = class
interface IComputeInstanceDataMount
interface IJsonSerializable
Public Class ComputeInstanceDataMount
Implements IComputeInstanceDataMount
- Inheritance
-
ComputeInstanceDataMount
- Attributes
- Implements
Constructors
ComputeInstanceDataMount() |
Creates an new ComputeInstanceDataMount instance. |
Properties
CreatedBy |
who this data mount created by. |
Error |
Error of this data mount. |
MountAction |
Mount Action. |
MountedOn |
The time when the disk mounted. |
MountName |
name of the ComputeInstance data mount. |
MountPath |
Path of this data mount. |
MountState |
Mount state. |
Source |
Source of the ComputeInstance data mount. |
SourceType |
Data source type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ComputeInstanceDataMount. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ComputeInstanceDataMount. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IComputeInstanceDataMount. |
FromJsonString(String) |
Creates a new instance of ComputeInstanceDataMount, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ComputeInstanceDataMount into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |