Share via


IVirtualDiskUpdate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualDiskUpdateTypeConverter))]
public interface IVirtualDiskUpdate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualDiskUpdateTypeConverter))>]
type IVirtualDiskUpdate = interface
    interface IJsonSerializable
Public Interface IVirtualDiskUpdate
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ControllerKey

Gets or sets the controller id.

DeviceKey

Gets or sets the device key value.

DeviceName

Gets or sets the device name.

DiskMode

Gets or sets the disk mode.

DiskSizeGb

Gets or sets the disk total size.

DiskType

Gets or sets the disk backing type.

Name

Gets or sets the name of the virtual disk.

UnitNumber

Gets or sets the unit number of the disk on the controller.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to