TestFailoverInputProperties 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
TestFailoverInputProperties() |
Initializes a new instance of the TestFailoverInputProperties class. |
TestFailoverInputProperties(String, String, String, TestFailoverProviderSpecificInput) |
Initializes a new instance of the TestFailoverInputProperties class. |
TestFailoverInputProperties()
Initializes a new instance of the TestFailoverInputProperties class.
public TestFailoverInputProperties ();
Public Sub New ()
Applies to
TestFailoverInputProperties(String, String, String, TestFailoverProviderSpecificInput)
Initializes a new instance of the TestFailoverInputProperties class.
public TestFailoverInputProperties (string failoverDirection = default, string networkType = default, string networkId = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestFailoverProviderSpecificInput providerSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestFailoverInputProperties : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestFailoverProviderSpecificInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestFailoverInputProperties
Public Sub New (Optional failoverDirection As String = Nothing, Optional networkType As String = Nothing, Optional networkId As String = Nothing, Optional providerSpecificDetails As TestFailoverProviderSpecificInput = Nothing)
Parameters
- failoverDirection
- String
Test failover direction.
- networkType
- String
Network type to be used for test failover.
- networkId
- String
The id of the network to be used for test failover.
- providerSpecificDetails
- TestFailoverProviderSpecificInput
Provider specific settings.