InMageDiskDetails 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.
VMware/Physical specific Disk Details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageDiskDetailsTypeConverter))]
public class InMageDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageDiskDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageDiskDetailsTypeConverter))>]
type InMageDiskDetails = class
interface IInMageDiskDetails
interface IJsonSerializable
Public Class InMageDiskDetails
Implements IInMageDiskDetails
- Inheritance
-
InMageDiskDetails
- Attributes
- Implements
Constructors
InMageDiskDetails() |
Creates an new InMageDiskDetails instance. |
Properties
DiskConfiguration |
Whether disk is dynamic disk or basic disk. |
DiskId |
The disk Id. |
DiskName |
The disk name. |
DiskSizeInMb |
The disk size in MB. |
DiskType |
Whether disk is system disk or data disk. |
VolumeList |
Volumes of the disk. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InMageDiskDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InMageDiskDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageDiskDetails. |
FromJsonString(String) |
Creates a new instance of InMageDiskDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InMageDiskDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |