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 |
e |
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 |
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?: string
Property Value
string
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 TrackedResource.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 TrackedResource.name
systemData
NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Dictionary of
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type
Azure SDK for JavaScript