RestorePoint 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.
Restore Point details.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RestorePoint : Microsoft.Azure.Management.Compute.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestorePoint = class
inherit ProxyResource
Public Class RestorePoint
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
RestorePoint() |
Initializes a new instance of the RestorePoint class. |
RestorePoint(String, String, String, IList<ApiEntityReference>, RestorePointSourceMetadata, String, String, Nullable<DateTime>, ApiEntityReference, RestorePointInstanceView) |
Initializes a new instance of the RestorePoint class. |
Properties
ConsistencyMode |
Gets or sets consistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details. Possible values include: 'CrashConsistent', 'FileSystemConsistent', 'ApplicationConsistent' |
ExcludeDisks |
Gets or sets list of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included. |
Id |
Gets resource Id (Inherited from ProxyResource) |
InstanceView |
Gets the restore point instance view. |
Name |
Gets resource name (Inherited from ProxyResource) |
ProvisioningState |
Gets the provisioning state of the restore point. |
SourceMetadata |
Gets the details of the VM captured at the time of the restore point creation. |
SourceRestorePoint |
Gets or sets resource Id of the source restore point from which a copy needs to be created. |
TimeCreated |
Gets the creation time of the restore point. |
Type |
Gets resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET