Backup interface
The backup.
- Extends
Properties
created |
The time when the backup was created. |
device |
The Device Identifier. |
elements | The backup elements. |
expiration |
The time when the backup will expire. |
initiated |
Indicates how the backup was initiated "Manual | Scheduled". |
size |
The backup size in bytes. |
target |
The path id of the target FileServer or IscsiServer for which the backup was taken. |
target |
Type of target, FileServer or IscsiServer |
Inherited Properties
id | The identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
createdTime
The time when the backup was created.
createdTime?: Date
Property Value
Date
deviceId
The Device Identifier.
deviceId: string
Property Value
string
elements
expirationTime
The time when the backup will expire.
expirationTime?: Date
Property Value
Date
initiatedBy
Indicates how the backup was initiated "Manual | Scheduled".
initiatedBy: InitiatedBy
Property Value
sizeInBytes
The backup size in bytes.
sizeInBytes: number
Property Value
number
targetId
The path id of the target FileServer or IscsiServer for which the backup was taken.
targetId?: string
Property Value
string
targetType
Type of target, FileServer or IscsiServer
targetType?: string
Property Value
string
Inherited Property Details
id
The identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseModel.id
name
The name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseModel.name
type
The type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From BaseModel.type
Azure SDK for JavaScript