HyperVReplicaBluePolicyInput Constructors
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.
Overloads
HyperVReplicaBluePolicyInput() |
Initializes a new instance of the HyperVReplicaBluePolicyInput class. |
HyperVReplicaBluePolicyInput(Nullable<Int32>, Nullable<Int32>, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>) |
Initializes a new instance of the HyperVReplicaBluePolicyInput class. |
HyperVReplicaBluePolicyInput()
Initializes a new instance of the HyperVReplicaBluePolicyInput class.
public HyperVReplicaBluePolicyInput ();
Public Sub New ()
Applies to
HyperVReplicaBluePolicyInput(Nullable<Int32>, Nullable<Int32>, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>)
Initializes a new instance of the HyperVReplicaBluePolicyInput class.
public HyperVReplicaBluePolicyInput (int? recoveryPoints = default, int? applicationConsistentSnapshotFrequencyInHours = default, string compression = default, string initialReplicationMethod = default, string onlineReplicationStartTime = default, string offlineReplicationImportPath = default, string offlineReplicationExportPath = default, int? replicationPort = default, int? allowedAuthenticationType = default, string replicaDeletion = default, int? replicationFrequencyInSeconds = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaBluePolicyInput : Nullable<int> * Nullable<int> * string * string * string * string * string * Nullable<int> * Nullable<int> * string * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaBluePolicyInput
Public Sub New (Optional recoveryPoints As Nullable(Of Integer) = Nothing, Optional applicationConsistentSnapshotFrequencyInHours As Nullable(Of Integer) = Nothing, Optional compression As String = Nothing, Optional initialReplicationMethod As String = Nothing, Optional onlineReplicationStartTime As String = Nothing, Optional offlineReplicationImportPath As String = Nothing, Optional offlineReplicationExportPath As String = Nothing, Optional replicationPort As Nullable(Of Integer) = Nothing, Optional allowedAuthenticationType As Nullable(Of Integer) = Nothing, Optional replicaDeletion As String = Nothing, Optional replicationFrequencyInSeconds As Nullable(Of Integer) = Nothing)
Parameters
A value indicating the application consistent frequency.
- compression
- String
A value indicating whether compression has to be enabled.
- initialReplicationMethod
- String
A value indicating whether IR is online.
- onlineReplicationStartTime
- String
A value indicating the online IR start time.
- offlineReplicationImportPath
- String
A value indicating the offline IR import path.
- offlineReplicationExportPath
- String
A value indicating the offline IR export path.
- replicaDeletion
- String
A value indicating whether the VM has to be auto deleted.