ResumeReplicationInputProperties 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
ResumeReplicationInputProperties() |
Initializes a new instance of the ResumeReplicationInputProperties class. |
ResumeReplicationInputProperties(ResumeReplicationProviderSpecificInput) |
Initializes a new instance of the ResumeReplicationInputProperties class. |
ResumeReplicationInputProperties()
Initializes a new instance of the ResumeReplicationInputProperties class.
public ResumeReplicationInputProperties ();
Public Sub New ()
Applies to
ResumeReplicationInputProperties(ResumeReplicationProviderSpecificInput)
Initializes a new instance of the ResumeReplicationInputProperties class.
public ResumeReplicationInputProperties (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResumeReplicationProviderSpecificInput providerSpecificDetails);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResumeReplicationInputProperties : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResumeReplicationProviderSpecificInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ResumeReplicationInputProperties
Public Sub New (providerSpecificDetails As ResumeReplicationProviderSpecificInput)
Parameters
- providerSpecificDetails
- ResumeReplicationProviderSpecificInput
The provider specific input for resume replication.