StatusMessage Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. models. StatusMessage
- com.
Implements
public final class StatusMessage
implements JsonSerializable<StatusMessage>
Operation status message object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Management |
error()
Get the error property: The error reported by the operation. |
|
static
Status |
fromJson(JsonReader jsonReader)
Reads an instance of Status |
| String |
status()
Get the status property: Status of the deployment operation. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
error
public ManagementError error()
Get the error property: The error reported by the operation.
Returns:
fromJson
public static StatusMessage fromJson(JsonReader jsonReader)
Reads an instance of StatusMessage from the JsonReader.
Parameters:
Returns:
Throws:
status
public String status()
Get the status property: Status of the deployment operation.
Returns: