ResyncInput Constructors

Definition

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.

Applies to