Project interface
A project resource
- Extends
Properties
| azure |
Field that defines the Azure active directory application info, used to connect to the target Azure resource |
| creation |
UTC Date and time when project was created NOTE: This property will not be serialized. It can only be populated by the server. |
| databases |
List of DatabaseInfo |
| etag | HTTP strong entity tag value. This is ignored if submitted. |
| provisioning |
The project's provisioning state NOTE: This property will not be serialized. It can only be populated by the server. |
| source |
Information for connecting to source |
| source |
Source platform for the project |
| target |
Information for connecting to target |
| target |
Target platform for the project |
Inherited Properties
| id | NOTE: This property will not be serialized. It can only be populated by the server. |
| location | |
| name | NOTE: This property will not be serialized. It can only be populated by the server. |
| system |
NOTE: This property will not be serialized. It can only be populated by the server. |
| tags | Dictionary of <string> |
| type | NOTE: This property will not be serialized. It can only be populated by the server. |
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 NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
Property Value
Date
databasesInfo
etag
HTTP strong entity tag value. This is ignored if submitted.
etag?: string
Property Value
string
provisioningState
The project's provisioning state NOTE: This property will not be serialized. It can only be populated by the server.
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
Inherited Property Details
id
NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResourceAutoGenerated.id
location
name
NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResourceAutoGenerated.name
systemData
NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemDataAutoGenerated
Property Value
Inherited From TrackedResourceAutoGenerated.systemData
tags
Dictionary of <string>
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResourceAutoGenerated.tags
type
NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResourceAutoGenerated.type