Share via


BackupAndExportResponse interface

Represents BackupAndExport API Response

Extends

Properties

backupMetadata

Metadata related to backup to be stored for restoring resource in key-value pairs.

datasourceSizeInBytes

Size of datasource in bytes

dataTransferredInBytes

Data transferred in bytes

endTime

End time

percentComplete

Operation progress (0-100).

startTime

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.

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.

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

The operation status

status?: OperationStatus

Property Value

Inherited Property Details

error

The error object.

error?: ErrorDetail

Property Value

Inherited From ErrorResponse.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