DisableProtectionInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.