UnplannedFailoverInput 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
UnplannedFailoverInput() |
Initializes a new instance of the UnplannedFailoverInput class. |
UnplannedFailoverInput(UnplannedFailoverInputProperties) |
Initializes a new instance of the UnplannedFailoverInput class. |
UnplannedFailoverInput()
Initializes a new instance of the UnplannedFailoverInput class.
public UnplannedFailoverInput ();
Public Sub New ()
Applies to
UnplannedFailoverInput(UnplannedFailoverInputProperties)
Initializes a new instance of the UnplannedFailoverInput class.
public UnplannedFailoverInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverInput
Public Sub New (properties As UnplannedFailoverInputProperties)
Parameters
- properties
- UnplannedFailoverInputProperties
Unplanned failover input properties.