PhaseDetails Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. PhaseDetails
- com.
Implements
public final class PhaseDetails
implements JsonSerializable<PhaseDetails>
The phase details properties of a database operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Phase |
fromJson(JsonReader jsonReader)
Reads an instance of Phase |
| Phase |
phase()
Get the phase property: The operation phase. |
| Map<String,String> |
phaseInformation()
Get the phase |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static PhaseDetails fromJson(JsonReader jsonReader)
Reads an instance of PhaseDetails from the JsonReader.
Parameters:
Returns:
Throws:
phase
public Phase phase()
Get the phase property: The operation phase.
Returns:
phaseInformation
public Map<String,String> phaseInformation()
Get the phaseInformation property: The operation phase information.
Returns:
toJson
validate
public void validate()
Validates the instance.