Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Project

Package version

A project resource

Hierarchy

Index

Properties

Optional creationTime

creationTime: Date

UTC Date and time when project was created NOTE: This property will not be serialized. It can only be populated by the server.

Optional databasesInfo

databasesInfo: DatabaseInfo[]

List of DatabaseInfo

Optional id

id: undefined | string

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

location

location: string

Resource location.

Optional name

name: undefined | string

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

Optional provisioningState

provisioningState: ProjectProvisioningState

The project's provisioning state. Possible values include: 'Deleting', 'Succeeded' NOTE: This property will not be serialized. It can only be populated by the server.

Optional sourceConnectionInfo

sourceConnectionInfo: ConnectionInfoUnion

Information for connecting to source

sourcePlatform

sourcePlatform: ProjectSourcePlatform

Source platform for the project. Possible values include: 'SQL', 'MySQL', 'PostgreSql', 'MongoDb', 'Unknown'

Optional tags

tags: undefined | object

Resource tags.

Optional targetConnectionInfo

targetConnectionInfo: ConnectionInfoUnion

Information for connecting to target

targetPlatform

targetPlatform: ProjectTargetPlatform

Target platform for the project. Possible values include: 'SQLDB', 'SQLMI', 'AzureDbForMySql', 'AzureDbForPostgreSql', 'MongoDb', 'Unknown'

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