Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackupRequest

Package version

Description of a backup which will be performed.

Hierarchy

Index

Properties

Optional backupName

backupName: undefined | string

Name of the backup.

Optional backupSchedule

backupSchedule: BackupSchedule

Schedule for the backup if it is executed periodically.

Optional databases

Databases included in the backup.

Optional enabled

enabled: undefined | false | true

True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.

Optional id

id: undefined | string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kind

kind: undefined | string

Kind of resource.

Optional name

name: undefined | string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

storageAccountUrl

storageAccountUrl: string

SAS URL to the container.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc