HyperVReplicaBasePolicyDetails 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.
Base class for HyperVReplica policy details.
public class HyperVReplicaBasePolicyDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.PolicyProviderSpecificDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaBasePolicyDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaBasePolicyDetails>
type HyperVReplicaBasePolicyDetails = class
inherit PolicyProviderSpecificDetails
interface IJsonModel<HyperVReplicaBasePolicyDetails>
interface IPersistableModel<HyperVReplicaBasePolicyDetails>
Public Class HyperVReplicaBasePolicyDetails
Inherits PolicyProviderSpecificDetails
Implements IJsonModel(Of HyperVReplicaBasePolicyDetails), IPersistableModel(Of HyperVReplicaBasePolicyDetails)
- Inheritance
- Implements
Properties
AllowedAuthenticationType |
A value indicating the authentication type. |
ApplicationConsistentSnapshotFrequencyInHours |
A value indicating the application consistent frequency. |
Compression |
A value indicating whether compression has to be enabled. |
InitialReplicationMethod |
A value indicating whether IR is online. |
OfflineReplicationExportPath |
A value indicating the offline IR export path. |
OfflineReplicationImportPath |
A value indicating the offline IR import path. |
OnlineReplicationStartTime |
A value indicating the online IR start time. |
RecoveryPoints |
A value indicating the number of recovery points. |
ReplicaDeletionOption |
A value indicating whether the VM has to be auto deleted. Supported Values: String.Empty, None, OnRecoveryCloud. |
ReplicationPort |
A value indicating the recovery HTTPS port. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET