LongTermRetentionBackupOperationResultInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. LongTermRetentionBackupOperationResultInner
- com.
- com.
public final class LongTermRetentionBackupOperationResultInner
extends ProxyResource
A LongTermRetentionBackup operation result resource.
Constructor Summary
Constructor | Description |
---|---|
LongTermRetentionBackupOperationResultInner() |
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 |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
message()
Get the message property: Progress message. |
String |
name()
Get the name property: The name of the resource. |
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) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
LongTermRetentionBackupOperationResultInner
public LongTermRetentionBackupOperationResultInner()
Creates an instance of LongTermRetentionBackupOperationResultInner class.
Method Details
fromBackupResourceId
public String fromBackupResourceId()
Get the fromBackupResourceId property: Source backup resource id.
Returns:
fromJson
public static LongTermRetentionBackupOperationResultInner fromJson(JsonReader jsonReader)
Reads an instance of LongTermRetentionBackupOperationResultInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
LongTermRetentionBackupOperationResultInner.id()Returns:
message
public String message()
Get the message property: Progress message.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
LongTermRetentionBackupOperationResultInner.name()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
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
LongTermRetentionBackupOperationResultInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
LongTermRetentionBackupOperationResultInner.type()Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java