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