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