Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerPropertiesForDefaultCreate

Package version

The properties used to create a new server.

Hierarchy

  • ServerPropertiesForDefaultCreate

Index

Properties

administratorLogin

administratorLogin: string

The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).

administratorLoginPassword

administratorLoginPassword: string

The password of the administrator login.

createMode

createMode: "Default"

Polymorphic Discriminator

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