共用方式為


AzureIaaSVMProtectionPolicy Class

Definition

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
AzureIaaSVMProtectionPolicy
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".

Applies to