HyperVReplicaAzurePolicyDetails 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.
Hyper-V Replica Azure specific protection profile details.
[Newtonsoft.Json.JsonObject("HyperVReplicaAzure")]
public class HyperVReplicaAzurePolicyDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PolicyProviderSpecificDetails
[<Newtonsoft.Json.JsonObject("HyperVReplicaAzure")>]
type HyperVReplicaAzurePolicyDetails = class
inherit PolicyProviderSpecificDetails
Public Class HyperVReplicaAzurePolicyDetails
Inherits PolicyProviderSpecificDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
HyperVReplicaAzurePolicyDetails() |
Initializes a new instance of the HyperVReplicaAzurePolicyDetails class. |
HyperVReplicaAzurePolicyDetails(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, String) |
Initializes a new instance of the HyperVReplicaAzurePolicyDetails class. |
Properties
ActiveStorageAccountId |
Gets or sets the active storage account Id. |
ApplicationConsistentSnapshotFrequencyInHours |
Gets or sets the interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM. |
Encryption |
Gets or sets a value indicating whether encryption is enabled for virtual machines in this cloud. |
OnlineReplicationStartTime |
Gets or sets the scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately. |
RecoveryPointHistoryDurationInHours |
Gets or sets the duration (in hours) to which point the recovery history needs to be maintained. |
ReplicationInterval |
Gets or sets the replication interval. |