GenericProtectionPolicy 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 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
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
Azure SDK for .NET