Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerPropertiesForRestore

Package version

The properties used to create a new server by restoring from a backup.

Hierarchy

  • ServerPropertiesForRestore

Index

Properties

createMode

createMode: "PointInTimeRestore"

Polymorphic Discriminator

restorePointInTime

restorePointInTime: Date

Restore point creation time (ISO8601 format), specifying the time to restore from.

sourceServerId

sourceServerId: string

The source server id to restore from.

Optional sslEnforcement

sslEnforcement: SslEnforcementEnum

Enable ssl enforcement or not when connect to server. Possible values include: 'Enabled', 'Disabled'

Optional storageProfile

storageProfile: StorageProfile

Storage profile of a server.

Optional version

version: ServerVersion

Server version. Possible values include: '5.6', '5.7'

Generated using TypeDoc