EnableProtectionInput 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
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.