ManagedInstanceOperationSteps Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. ManagedInstanceOperationSteps
- com.
Implements
public final class ManagedInstanceOperationSteps
implements JsonSerializable<ManagedInstanceOperationSteps>
The steps of a managed instance operation.
Constructor Summary
Constructor | Description |
---|---|
ManagedInstanceOperationSteps() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
currentStep()
Get the current |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
List<Upsert |
stepsList()
Get the steps |
Json |
toJson(JsonWriter jsonWriter) |
String |
totalSteps()
Get the total |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ManagedInstanceOperationSteps
public ManagedInstanceOperationSteps()
Creates an instance of ManagedInstanceOperationSteps class.
Method Details
currentStep
public Integer currentStep()
Get the currentStep property: The number of current operation steps.
Returns:
fromJson
public static ManagedInstanceOperationSteps fromJson(JsonReader jsonReader)
Reads an instance of ManagedInstanceOperationSteps from the JsonReader.
Parameters:
Returns:
Throws:
stepsList
public List
Get the stepsList property: The operation steps list.
Returns:
toJson
totalSteps
public String totalSteps()
Get the totalSteps property: The total number of operation steps.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java