RestorePointCollection Class

Definition

Create or update Restore Point collection parameters.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RestorePointCollection : Microsoft.Azure.Management.Compute.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestorePointCollection = class
    inherit Resource
Public Class RestorePointCollection
Inherits Resource
Inheritance
RestorePointCollection
Attributes

Constructors

RestorePointCollection()

Initializes a new instance of the RestorePointCollection class.

RestorePointCollection(String, String, String, String, IDictionary<String, String>, RestorePointCollectionSourceProperties, String, String, IList<RestorePoint>)

Initializes a new instance of the RestorePointCollection class.

Properties

Id

Gets resource Id

(Inherited from Resource)
Location

Gets or sets resource location

(Inherited from Resource)
Name

Gets resource name

(Inherited from Resource)
ProvisioningState

Gets the provisioning state of the restore point collection.

RestorePointCollectionId

Gets the unique id of the restore point collection.

RestorePoints

Gets a list containing all restore points created under this restore point collection.

Source
Tags

Gets or sets resource tags

(Inherited from Resource)
Type

Gets resource type

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to