RestorePointSourceVMOSDisk Class
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.
Describes an Operating System disk.
public class RestorePointSourceVMOSDisk
type RestorePointSourceVMOSDisk = class
Public Class RestorePointSourceVMOSDisk
- Inheritance
-
RestorePointSourceVMOSDisk
Constructors
RestorePointSourceVMOSDisk() |
Initializes a new instance of the RestorePointSourceVMOSDisk class. |
RestorePointSourceVMOSDisk(String, DiskEncryptionSettings, String, Nullable<CachingTypes>, Nullable<Int32>, ManagedDiskParameters, DiskRestorePointAttributes, Nullable<Boolean>) |
Initializes a new instance of the RestorePointSourceVMOSDisk 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 disk size in GB. |
EncryptionSettings |
Gets the disk encryption settings. |
ManagedDisk |
Gets the managed disk details |
Name |
Gets the disk name. |
OsType |
Gets the Operating System type. Possible values include: 'Windows', 'Linux' |
WriteAcceleratorEnabled |
Gets shows true if the disk is write-accelerator enabled. |
Methods
Validate() |
Validate the object. |