Get Project Result
data class GetProjectResult(val azureApiVersion: String, val azureAuthenticationInfo: AzureActiveDirectoryAppResponse? = null, val creationTime: String, val databasesInfo: List<DatabaseInfoResponse>? = null, val etag: String? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val sourceConnectionInfo: Any? = null, val sourcePlatform: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val targetConnectionInfo: Any? = null, val targetPlatform: String, val type: String)
A project resource
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, azureAuthenticationInfo: AzureActiveDirectoryAppResponse? = null, creationTime: String, databasesInfo: List<DatabaseInfoResponse>? = null, etag: String? = null, id: String, location: String? = null, name: String, provisioningState: String, sourceConnectionInfo: Any? = null, sourcePlatform: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, targetConnectionInfo: Any? = null, targetPlatform: String, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Field that defines the Azure active directory application info, used to connect to the target Azure resource
Link copied to clipboard
UTC Date and time when project was created
Link copied to clipboard
List of DatabaseInfo
Link copied to clipboard
The project's provisioning state
Link copied to clipboard
Information for connecting to source
Link copied to clipboard
Source platform for the project
Link copied to clipboard
Link copied to clipboard
Information for connecting to target
Link copied to clipboard
Target platform for the project