ProjectProperties interface

Project-specific properties

Properties

azureAuthenticationInfo

Field that defines the Azure active directory application info, used to connect to the target Azure resource

creationTime

UTC Date and time when project was created

databasesInfo

List of DatabaseInfo

provisioningState

The project's provisioning state

sourceConnectionInfo

Information for connecting to source

sourcePlatform

Source platform for the project

targetConnectionInfo

Information for connecting to target

targetPlatform

Target platform for the project

Property Details

azureAuthenticationInfo

Field that defines the Azure active directory application info, used to connect to the target Azure resource

azureAuthenticationInfo?: AzureActiveDirectoryApp

Property Value

creationTime

UTC Date and time when project was created

creationTime?: Date

Property Value

Date

databasesInfo

List of DatabaseInfo

databasesInfo?: DatabaseInfo[]

Property Value

provisioningState

The project's provisioning state

provisioningState?: string

Property Value

string

sourceConnectionInfo

Information for connecting to source

sourceConnectionInfo?: ConnectionInfoUnion

Property Value

sourcePlatform

Source platform for the project

sourcePlatform: string

Property Value

string

targetConnectionInfo

Information for connecting to target

targetConnectionInfo?: ConnectionInfoUnion

Property Value

targetPlatform

Target platform for the project

targetPlatform: string

Property Value

string