ProjectProperties Class

Definition

Project-specific properties

public class ProjectProperties
type ProjectProperties = class
Public Class ProjectProperties
Inheritance
ProjectProperties

Constructors

ProjectProperties()

Initializes a new instance of the ProjectProperties class.

ProjectProperties(String, String, Nullable<DateTimeOffset>, ConnectionInfo, ConnectionInfo, IList<DatabaseInfo>, String)

Initializes a new instance of the ProjectProperties class.

Properties

CreationTime

Gets uTC Date and time when project was created

DatabasesInfo

Gets or sets list of DatabaseInfo

ProvisioningState

Gets the project's provisioning state Possible values include: 'Deleting', 'Succeeded'

SourceConnectionInfo

Gets or sets information for connecting to source

SourcePlatform

Gets or sets source platform for the project Possible values include: 'SQL', 'MySQL', 'PostgreSql', 'MongoDb', 'Unknown'

TargetConnectionInfo

Gets or sets information for connecting to target

TargetPlatform

Gets or sets target platform for the project Possible values include: 'SQLDB', 'SQLMI', 'AzureDbForMySql', 'AzureDbForPostgreSql', 'MongoDb', 'Unknown'

Methods

Validate()

Validate the object.

Applies to