你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.