GenericRecoveryPoint Class

Definition

Generic backup copy.

public class GenericRecoveryPoint : Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPoint
type GenericRecoveryPoint = class
    inherit RecoveryPoint
Public Class GenericRecoveryPoint
Inherits RecoveryPoint
Inheritance
GenericRecoveryPoint

Constructors

GenericRecoveryPoint()

Initializes a new instance of the GenericRecoveryPoint class.

GenericRecoveryPoint(String, String, Nullable<DateTime>, String)

Initializes a new instance of the GenericRecoveryPoint class.

Properties

FriendlyName

Gets or sets friendly name of the backup copy.

RecoveryPointAdditionalInfo

Gets or sets additional information associated with this backup copy.

RecoveryPointTime

Gets or sets time at which this backup copy was created.

RecoveryPointType

Gets or sets type of the backup copy.

Applies to