Partager via


VMwareCbtResyncInput Constructors

Definition

Overloads

VMwareCbtResyncInput()

Initializes a new instance of the VMwareCbtResyncInput class.

VMwareCbtResyncInput(String)

Initializes a new instance of the VMwareCbtResyncInput class.

VMwareCbtResyncInput()

Initializes a new instance of the VMwareCbtResyncInput class.

public VMwareCbtResyncInput ();
Public Sub New ()

Applies to

VMwareCbtResyncInput(String)

Initializes a new instance of the VMwareCbtResyncInput class.

public VMwareCbtResyncInput (string skipCbtReset);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtResyncInput : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtResyncInput
Public Sub New (skipCbtReset As String)

Parameters

skipCbtReset
String

A value indicating whether CBT is to be reset.

Applies to