MoveResourceError Class
- java.
lang. Object - com.
azure. resourcemanager. resourcemover. models. MoveResourceError
- com.
Implements
public class MoveResourceError
implements JsonSerializable<MoveResourceError>
An error response from the azure resource mover service.
Constructor Summary
| Constructor | Description |
|---|---|
| MoveResourceError() |
Creates an instance of Move |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Move |
fromJson(JsonReader jsonReader)
Reads an instance of Move |
|
Move |
properties()
Get the properties property: The move resource error body. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Move |
withProperties(MoveResourceErrorBody properties)
Set the properties property: The move resource error body. |
Methods inherited from java.lang.Object
Constructor Details
MoveResourceError
public MoveResourceError()
Creates an instance of MoveResourceError class.
Method Details
fromJson
public static MoveResourceError fromJson(JsonReader jsonReader)
Reads an instance of MoveResourceError from the JsonReader.
Parameters:
Returns:
Throws:
properties
public MoveResourceErrorBody properties()
Get the properties property: The move resource error body.
Returns:
toJson
validate
public void validate()
Validates the instance.
withProperties
public MoveResourceError withProperties(MoveResourceErrorBody properties)
Set the properties property: The move resource error body.
Parameters:
Returns: