RestorePointSourceVMDataDisk Constructors
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.
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
- name
- String
Gets the disk name.
- caching
- Nullable<CachingTypes>
Gets the caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'
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.
Applies to
Azure SDK for .NET