ResumeReplicationInput 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
ResumeReplicationInput() |
Initializes a new instance of the ResumeReplicationInput class. |
ResumeReplicationInput(ResumeReplicationInputProperties) |
Initializes a new instance of the ResumeReplicationInput class. |
ResumeReplicationInput()
Initializes a new instance of the ResumeReplicationInput class.
public ResumeReplicationInput ();
Public Sub New ()
Applies to
ResumeReplicationInput(ResumeReplicationInputProperties)
Initializes a new instance of the ResumeReplicationInput class.
public ResumeReplicationInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResumeReplicationInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResumeReplicationInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResumeReplicationInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResumeReplicationInput
Public Sub New (properties As ResumeReplicationInputProperties)
Parameters
- properties
- ResumeReplicationInputProperties
Resume replication input properties.