RestorePointSourceVMDataDisk Class

Definition

Describes a data disk.

public class RestorePointSourceVMDataDisk
type RestorePointSourceVMDataDisk = class
Public Class RestorePointSourceVMDataDisk
Inheritance
RestorePointSourceVMDataDisk

Constructors

RestorePointSourceVMDataDisk()

Initializes a new instance of the RestorePointSourceVMDataDisk class.

RestorePointSourceVMDataDisk(Nullable<Int32>, String, Nullable<CachingTypes>, Nullable<Int32>, ManagedDiskParameters, DiskRestorePointAttributes, Nullable<Boolean>)

Initializes a new instance of the RestorePointSourceVMDataDisk class.

Properties

Caching

Gets the caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'

DiskRestorePoint

Gets or sets contains Disk Restore Point properties.

DiskSizeGB

Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks.

Lun

Gets the logical unit number.

ManagedDisk

Gets or sets contains the managed disk details.

Name

Gets the disk name.

WriteAcceleratorEnabled

Gets shows true if the disk is write-accelerator enabled.

Applies to