DataProtectionBackupDiscreteRecoveryPointProperties 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.
Azure backup discrete RecoveryPoint.
public class DataProtectionBackupDiscreteRecoveryPointProperties : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupRecoveryPointProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupDiscreteRecoveryPointProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupDiscreteRecoveryPointProperties>
public class DataProtectionBackupDiscreteRecoveryPointProperties : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupRecoveryPointProperties
type DataProtectionBackupDiscreteRecoveryPointProperties = class
inherit DataProtectionBackupRecoveryPointProperties
interface IJsonModel<DataProtectionBackupDiscreteRecoveryPointProperties>
interface IPersistableModel<DataProtectionBackupDiscreteRecoveryPointProperties>
type DataProtectionBackupDiscreteRecoveryPointProperties = class
inherit DataProtectionBackupRecoveryPointProperties
Public Class DataProtectionBackupDiscreteRecoveryPointProperties
Inherits DataProtectionBackupRecoveryPointProperties
Implements IJsonModel(Of DataProtectionBackupDiscreteRecoveryPointProperties), IPersistableModel(Of DataProtectionBackupDiscreteRecoveryPointProperties)
Public Class DataProtectionBackupDiscreteRecoveryPointProperties
Inherits DataProtectionBackupRecoveryPointProperties
- Inheritance
-
DataProtectionBackupDiscreteRecoveryPointProperties
- Implements
Constructors
DataProtectionBackupDiscreteRecoveryPointProperties(DateTimeOffset) |
Initializes a new instance of DataProtectionBackupDiscreteRecoveryPointProperties. |
Properties
ExpireOn |
Gets the expire on. |
FriendlyName |
Gets or sets the friendly name. |
PolicyName |
Gets or sets the policy name. |
PolicyVersion |
Gets or sets the policy version. |
RecoverOn |
Gets or sets the recover on. |
RecoveryPointDataStoresDetails |
Gets the recovery point data stores details. |
RecoveryPointId |
Gets or sets the recovery point id. |
RecoveryPointState |
Specifies recovery point completeness. Partial (i.e., only some of the intended items were backed up), or Completed (i.e., ALL intended items were backed up). |
RecoveryPointType |
Gets or sets the recovery point type. |
RetentionTagName |
Gets or sets the retention tag name. |
RetentionTagVersion |
Gets or sets the retention tag version. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET