Share via


EnableProtectionInput Constructors

Definition

Overloads

EnableProtectionInput()

Initializes a new instance of the EnableProtectionInput class.

EnableProtectionInput(EnableProtectionInputProperties)

Initializes a new instance of the EnableProtectionInput class.

EnableProtectionInput()

Initializes a new instance of the EnableProtectionInput class.

public EnableProtectionInput ();
Public Sub New ()

Applies to

EnableProtectionInput(EnableProtectionInputProperties)

Initializes a new instance of the EnableProtectionInput class.

public EnableProtectionInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EnableProtectionInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EnableProtectionInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EnableProtectionInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EnableProtectionInput
Public Sub New (Optional properties As EnableProtectionInputProperties = Nothing)

Parameters

properties
EnableProtectionInputProperties

Enable protection input properties.

Applies to