Share via


DisableProtectionInput Constructors

Definition

Overloads

DisableProtectionInput()

Initializes a new instance of the DisableProtectionInput class.

DisableProtectionInput(DisableProtectionInputProperties)

Initializes a new instance of the DisableProtectionInput class.

DisableProtectionInput()

Initializes a new instance of the DisableProtectionInput class.

public DisableProtectionInput ();
Public Sub New ()

Applies to

DisableProtectionInput(DisableProtectionInputProperties)

Initializes a new instance of the DisableProtectionInput class.

public DisableProtectionInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DisableProtectionInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DisableProtectionInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DisableProtectionInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DisableProtectionInput
Public Sub New (properties As DisableProtectionInputProperties)

Parameters

properties
DisableProtectionInputProperties

Disable protection input properties.

Applies to