GetSqlMigrationServiceResult

data class GetSqlMigrationServiceResult(val azureApiVersion: String, val id: String, val integrationRuntimeState: String, val location: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A SQL Migration Service.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, integrationRuntimeState: String, location: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, 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
val id: String
Link copied to clipboard

Current state of the Integration runtime.

Link copied to clipboard
val location: String? = null
Link copied to clipboard
Link copied to clipboard

Provisioning state to track the async operation status.

Link copied to clipboard
Link copied to clipboard
val tags: Map<String, String>? = null
Link copied to clipboard