ValidateRestoreRequestObject Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. ValidateRestoreRequestObject
- com.
Implements
public final class ValidateRestoreRequestObject
implements JsonSerializable<ValidateRestoreRequestObject>
Validate restore request object.
Constructor Summary
| Constructor | Description |
|---|---|
| ValidateRestoreRequestObject() |
Creates an instance of Validate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Validate |
fromJson(JsonReader jsonReader)
Reads an instance of Validate |
|
Azure |
restoreRequestObject()
Get the restore |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Validate |
withRestoreRequestObject(AzureBackupRestoreRequest restoreRequestObject)
Set the restore |
Methods inherited from java.lang.Object
Constructor Details
ValidateRestoreRequestObject
public ValidateRestoreRequestObject()
Creates an instance of ValidateRestoreRequestObject class.
Method Details
fromJson
public static ValidateRestoreRequestObject fromJson(JsonReader jsonReader)
Reads an instance of ValidateRestoreRequestObject from the JsonReader.
Parameters:
Returns:
Throws:
restoreRequestObject
public AzureBackupRestoreRequest restoreRequestObject()
Get the restoreRequestObject property: Gets or sets the restore request object.
Returns:
toJson
withRestoreRequestObject
public ValidateRestoreRequestObject withRestoreRequestObject(AzureBackupRestoreRequest restoreRequestObject)
Set the restoreRequestObject property: Gets or sets the restore request object.
Parameters:
Returns: