HyperVReplicaAzurePolicyContent 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 input for creating a protection profile.
public class HyperVReplicaAzurePolicyContent : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.PolicyProviderSpecificContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaAzurePolicyContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaAzurePolicyContent>
type HyperVReplicaAzurePolicyContent = class
inherit PolicyProviderSpecificContent
interface IJsonModel<HyperVReplicaAzurePolicyContent>
interface IPersistableModel<HyperVReplicaAzurePolicyContent>
Public Class HyperVReplicaAzurePolicyContent
Inherits PolicyProviderSpecificContent
Implements IJsonModel(Of HyperVReplicaAzurePolicyContent), IPersistableModel(Of HyperVReplicaAzurePolicyContent)
- Inheritance
- Implements
Constructors
HyperVReplicaAzurePolicyContent() |
Initializes a new instance of HyperVReplicaAzurePolicyContent. |
Properties
ApplicationConsistentSnapshotFrequencyInHours |
The interval (in hours) at which Hyper-V Replica should create an application consistent snapshot within the VM. |
OnlineReplicationStartTime |
The scheduled start time for the initial replication. If this parameter is Null, the initial replication starts immediately. |
RecoveryPointHistoryDuration |
The duration (in hours) to which point the recovery history needs to be maintained. |
ReplicationInterval |
The replication interval. |
StorageAccounts |
The list of storage accounts to which the VMs in the primary cloud can replicate to. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET