GetProjectResult

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)

Types

Link copied to clipboard
object Companion

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
val etag: String? = null

HTTP strong entity tag value. This is ignored if submitted.

Link copied to clipboard
val id: String
Link copied to clipboard
val location: String? = null
Link copied to clipboard
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
val tags: Map<String, String>? = null
Link copied to clipboard

Information for connecting to target

Link copied to clipboard

Target platform for the project

Link copied to clipboard