DataProtectionBackupTaggingCriteria Class

Definition

Tagging criteria.

public class DataProtectionBackupTaggingCriteria
type DataProtectionBackupTaggingCriteria = class
Public Class DataProtectionBackupTaggingCriteria
Inheritance
DataProtectionBackupTaggingCriteria

Constructors

DataProtectionBackupTaggingCriteria(Boolean, Int64, DataProtectionBackupRetentionTag)

Initializes a new instance of DataProtectionBackupTaggingCriteria.

Properties

Criteria

Criteria which decides whether the tag can be applied to a triggered backup. Please note DataProtectionBackupCriteria is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ScheduleBasedBackupCriteria.

IsDefault

Specifies if tag is default.

TaggingPriority

Retention Tag priority.

TagInfo

Retention tag information.

Applies to