Compartir a través de


ResyncInputProperties Constructors

Definition

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.

Applies to