Share via


RestorePointSourceVMDataDisk Constructors

Definition

Overloads

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.

RestorePointSourceVMDataDisk()

Initializes a new instance of the RestorePointSourceVMDataDisk class.

public RestorePointSourceVMDataDisk ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RestorePointSourceVMDataDisk class.

public RestorePointSourceVMDataDisk (int? lun = default, string name = default, Microsoft.Azure.Management.Compute.Models.CachingTypes? caching = default, int? diskSizeGB = default, Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters managedDisk = default, Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes diskRestorePoint = default, bool? writeAcceleratorEnabled = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk : Nullable<int> * string * Nullable<Microsoft.Azure.Management.Compute.Models.CachingTypes> * Nullable<int> * Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters * Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk
Public Sub New (Optional lun As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional caching As Nullable(Of CachingTypes) = Nothing, Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional managedDisk As ManagedDiskParameters = Nothing, Optional diskRestorePoint As DiskRestorePointAttributes = Nothing, Optional writeAcceleratorEnabled As Nullable(Of Boolean) = Nothing)

Parameters

lun
Nullable<Int32>

Gets the logical unit number.

name
String

Gets the disk name.

caching
Nullable<CachingTypes>

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

diskSizeGB
Nullable<Int32>

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

managedDisk
ManagedDiskParameters

Contains the managed disk details.

diskRestorePoint
DiskRestorePointAttributes

Contains Disk Restore Point properties.

writeAcceleratorEnabled
Nullable<Boolean>

Shows true if the disk is write-accelerator enabled.

Applies to