LtrServerBackupOperation interface
Response for the LTR backup Operation API call
- Extends
Properties
backup |
Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc |
backup |
Name of Backup operation |
datasource |
Size of datasource in bytes |
data |
Data transferred in bytes |
end |
End time of the operation. |
error |
The error code. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The error message. NOTE: This property will not be serialized. It can only be populated by the server. |
percent |
PercentageCompleted |
start |
Start time of the operation. |
status | Service-set extensible enum indicating the status of operation |
Inherited Properties
id | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
backupMetadata
Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc
backupMetadata?: string
Property Value
string
backupName
Name of Backup operation
backupName?: string
Property Value
string
datasourceSizeInBytes
Size of datasource in bytes
datasourceSizeInBytes?: number
Property Value
number
dataTransferredInBytes
Data transferred in bytes
dataTransferredInBytes?: number
Property Value
number
endTime
End time of the operation.
endTime?: Date
Property Value
Date
errorCode
The error code. NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: string
Property Value
string
errorMessage
The error message. NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: string
Property Value
string
percentComplete
PercentageCompleted
percentComplete?: number
Property Value
number
startTime
Start time of the operation.
startTime?: Date
Property Value
Date
status
Service-set extensible enum indicating the status of operation
status?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type