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