RestorePointSourceVMStorageProfile 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 the storage profile.
public class RestorePointSourceVMStorageProfile
type RestorePointSourceVMStorageProfile = class
Public Class RestorePointSourceVMStorageProfile
- Inheritance
-
RestorePointSourceVMStorageProfile
Constructors
RestorePointSourceVMStorageProfile() |
Initializes a new instance of the RestorePointSourceVMStorageProfile class. |
RestorePointSourceVMStorageProfile(RestorePointSourceVMOSDisk, IList<RestorePointSourceVMDataDisk>) |
Initializes a new instance of the RestorePointSourceVMStorageProfile class. |
Properties
DataDisks |
Gets the data disks of the VM captured at the time of the restore point creation. |
OsDisk |
Gets the OS disk of the VM captured at the time of the restore point creation. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET