LongTermRetentionOperationResultProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. LongTermRetentionOperationResultProperties
- com.
Implements
public final class LongTermRetentionOperationResultProperties
implements JsonSerializable<LongTermRetentionOperationResultProperties>
Contains the operation result properties for long term retention backup operation.
Constructor Summary
| Constructor | Description |
|---|---|
| LongTermRetentionOperationResultProperties() |
Creates an instance of Long |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
fromBackupResourceId()
Get the from |
|
static
Long |
fromJson(JsonReader jsonReader)
Reads an instance of Long |
| String |
message()
Get the message property: Progress message. |
| String |
operationType()
Get the operation |
| UUID |
requestId()
Get the request |
| String |
status()
Get the status property: Operation status. |
|
Backup |
targetBackupStorageRedundancy()
Get the target |
| String |
toBackupResourceId()
Get the to |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
LongTermRetentionOperationResultProperties
public LongTermRetentionOperationResultProperties()
Creates an instance of LongTermRetentionOperationResultProperties class.
Method Details
fromBackupResourceId
public String fromBackupResourceId()
Get the fromBackupResourceId property: Source backup resource id.
Returns:
fromJson
public static LongTermRetentionOperationResultProperties fromJson(JsonReader jsonReader)
Reads an instance of LongTermRetentionOperationResultProperties from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: Progress message.
Returns:
operationType
public String operationType()
Get the operationType property: Operation type.
Returns:
requestId
public UUID requestId()
Get the requestId property: Request Id.
Returns:
status
public String status()
Get the status property: Operation status.
Returns:
targetBackupStorageRedundancy
public BackupStorageRedundancy targetBackupStorageRedundancy()
Get the targetBackupStorageRedundancy property: The storage redundancy type of the copied backup.
Returns:
toBackupResourceId
public String toBackupResourceId()
Get the toBackupResourceId property: Target backup resource id.
Returns:
toJson
validate
public void validate()
Validates the instance.