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