PlannedFailoverInputProperties 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
PlannedFailoverInputProperties() |
Initializes a new instance of the PlannedFailoverInputProperties class. |
PlannedFailoverInputProperties(String, PlannedFailoverProviderSpecificFailoverInput) |
Initializes a new instance of the PlannedFailoverInputProperties class. |
PlannedFailoverInputProperties()
Initializes a new instance of the PlannedFailoverInputProperties class.
public PlannedFailoverInputProperties ();
Public Sub New ()
Applies to
PlannedFailoverInputProperties(String, PlannedFailoverProviderSpecificFailoverInput)
Initializes a new instance of the PlannedFailoverInputProperties class.
public PlannedFailoverInputProperties (string failoverDirection = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PlannedFailoverProviderSpecificFailoverInput providerSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PlannedFailoverInputProperties : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PlannedFailoverProviderSpecificFailoverInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PlannedFailoverInputProperties
Public Sub New (Optional failoverDirection As String = Nothing, Optional providerSpecificDetails As PlannedFailoverProviderSpecificFailoverInput = Nothing)
Parameters
- failoverDirection
- String
Failover direction.
- providerSpecificDetails
- PlannedFailoverProviderSpecificFailoverInput
Provider specific settings.