PhaseDetails 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
PhaseDetails() |
Initializes a new instance of the PhaseDetails class. |
PhaseDetails(String, IDictionary<String,String>) |
Initializes a new instance of the PhaseDetails class. |
PhaseDetails()
Initializes a new instance of the PhaseDetails class.
public PhaseDetails ();
Public Sub New ()
Applies to
PhaseDetails(String, IDictionary<String,String>)
Initializes a new instance of the PhaseDetails class.
public PhaseDetails (string phase = default, System.Collections.Generic.IDictionary<string,string> phaseInformation = default);
new Microsoft.Azure.Management.Sql.Models.PhaseDetails : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Sql.Models.PhaseDetails
Public Sub New (Optional phase As String = Nothing, Optional phaseInformation As IDictionary(Of String, String) = Nothing)
Parameters
- phase
- String
The operation phase. Possible values include: 'Copying', 'Catchup', 'WaitingForCutover', 'CutoverInProgress'
- phaseInformation
- IDictionary<String,String>
The operation phase information.