SwitchProtectionInput 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
SwitchProtectionInput() |
Initializes a new instance of the SwitchProtectionInput class. |
SwitchProtectionInput(SwitchProtectionInputProperties) |
Initializes a new instance of the SwitchProtectionInput class. |
SwitchProtectionInput()
Initializes a new instance of the SwitchProtectionInput class.
public SwitchProtectionInput ();
Public Sub New ()
Applies to
SwitchProtectionInput(SwitchProtectionInputProperties)
Initializes a new instance of the SwitchProtectionInput class.
public SwitchProtectionInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProtectionInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProtectionInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProtectionInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProtectionInput
Public Sub New (Optional properties As SwitchProtectionInputProperties = Nothing)
Parameters
- properties
- SwitchProtectionInputProperties
Switch protection properties.