ReverseReplicationInput 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
ReverseReplicationInput() |
Initializes a new instance of the ReverseReplicationInput class. |
ReverseReplicationInput(ReverseReplicationInputProperties) |
Initializes a new instance of the ReverseReplicationInput class. |
ReverseReplicationInput()
Initializes a new instance of the ReverseReplicationInput class.
public ReverseReplicationInput ();
Public Sub New ()
Applies to
ReverseReplicationInput(ReverseReplicationInputProperties)
Initializes a new instance of the ReverseReplicationInput class.
public ReverseReplicationInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReverseReplicationInput
Public Sub New (Optional properties As ReverseReplicationInputProperties = Nothing)
Parameters
- properties
- ReverseReplicationInputProperties
Reverse replication properties.