GenericProtectionPolicy Class

Definition

Azure VM (Mercury) workload-specific backup policy.

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

Constructors

GenericProtectionPolicy()

Initializes a new instance of the GenericProtectionPolicy class.

GenericProtectionPolicy(Nullable<Int32>, IList<String>, IList<SubProtectionPolicy>, String, String)

Initializes a new instance of the GenericProtectionPolicy class.

Properties

FabricName

Gets or sets name of this policy's fabric.

ProtectedItemsCount

Gets or sets number of items associated with this policy.

(Inherited from ProtectionPolicy)
ResourceGuardOperationRequests

Gets or sets resourceGuard Operation Requests

(Inherited from ProtectionPolicy)
SubProtectionPolicy

Gets or sets list of sub-protection policies which includes schedule and retention

TimeZone

Gets or sets timeZone optional input as string. For example: TimeZone = "Pacific Standard Time".

Applies to