IVMwareDisk Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.VMwareDiskTypeConverter))]
public interface IVMwareDisk : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.VMwareDiskTypeConverter))>]
type IVMwareDisk = interface
interface IJsonSerializable
Public Interface IVMwareDisk
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DiskMode |
Disk mode property used for identifying independent disks. |
DiskProvisioningPolicy |
The provisioning policy of the disk. It is Thin or Thick or Unknown for the VMWare. |
DiskScrubbingPolicy |
The scrubbing policy of disks which can be eagerly zeroed or lazily zeroed. |
DiskType |
Type of the disk. |
Label |
Label of the disk. |
Lun |
LUN of the disk. |
MaxSizeInByte |
Bytes allocated for the disk. |
Name |
Name of the disk. |
Path |
Path of the disk. |
Uuid |
Disk UUID. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |