AzureIaaSVMProtectionPolicy 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.
IaaS VM workload-specific backup policy.
[Newtonsoft.Json.JsonObject("AzureIaasVM")]
public class AzureIaaSVMProtectionPolicy : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicy
[<Newtonsoft.Json.JsonObject("AzureIaasVM")>]
type AzureIaaSVMProtectionPolicy = class
inherit ProtectionPolicy
Public Class AzureIaaSVMProtectionPolicy
Inherits ProtectionPolicy
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AzureIaaSVMProtectionPolicy() |
Initializes a new instance of the AzureIaaSVMProtectionPolicy class. |
AzureIaaSVMProtectionPolicy(Nullable<Int32>, IList<String>, InstantRPAdditionalDetails, SchedulePolicy, RetentionPolicy, IDictionary<String,TieringPolicy>, Nullable<Int32>, String, String) |
Initializes a new instance of the AzureIaaSVMProtectionPolicy class. |
AzureIaaSVMProtectionPolicy(Nullable<Int32>, IList<String>, InstantRPAdditionalDetails, SchedulePolicy, RetentionPolicy, Nullable<Int32>, String, String) |
Initializes a new instance of the AzureIaaSVMProtectionPolicy class. |
Properties
InstantRPDetails | |
InstantRpRetentionRangeInDays |
Gets or sets instant RP retention policy range in days |
PolicyType |
Gets or sets possible values include: 'Invalid', 'V1', 'V2' |
ProtectedItemsCount |
Gets or sets number of items associated with this policy. (Inherited from ProtectionPolicy) |
ResourceGuardOperationRequests |
Gets or sets resourceGuard Operation Requests (Inherited from ProtectionPolicy) |
RetentionPolicy |
Gets or sets retention policy with the details on backup copy retention ranges. |
SchedulePolicy |
Gets or sets backup schedule specified as part of backup policy. |
TieringPolicy |
Gets or sets tiering policy to automatically move RPs to another tier Key is Target Tier, defined in RecoveryPointTierType enum. Tiering policy specifies the criteria to move RP to the target tier. |
TimeZone |
Gets or sets timeZone optional input as string. For example: TimeZone = "Pacific Standard Time". |