BackupAndExportResponse interface
Represents BackupAndExport API Response
- Extends
Properties
| backup |
Metadata related to backup to be stored for restoring resource in key-value pairs. |
| datasource |
Size of datasource in bytes |
| data |
Data transferred in bytes |
| end |
End time |
| percent |
Operation progress (0-100). |
| start |
Start time |
| status | The operation status |
Inherited Properties
| error | The error object. |
| 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 related to backup to be stored for restoring resource in key-value pairs.
backupMetadata?: 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
endTime?: Date
Property Value
Date
percentComplete
Operation progress (0-100).
percentComplete?: number
Property Value
number
startTime
Start time
startTime?: Date
Property Value
Date
status
Inherited Property Details
error
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