你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IVMwareDisk Interface

Definition

[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)

Applies to