Sql Managed Instance Properties Response
data class SqlManagedInstancePropertiesResponse(val admin: String? = null, val basicLoginInformation: BasicLoginInformationResponse? = null, val clusterId: String? = null, val dataControllerId: String? = null, val endTime: String? = null, val extensionId: String? = null, val k8sRaw: SqlManagedInstanceK8sRawResponse? = null, val lastUploadedDate: String? = null, val licenseType: String? = null, val provisioningState: String, val startTime: String? = null)
Properties of sqlManagedInstance.
Constructors
Link copied to clipboard
fun SqlManagedInstancePropertiesResponse(admin: String? = null, basicLoginInformation: BasicLoginInformationResponse? = null, clusterId: String? = null, dataControllerId: String? = null, endTime: String? = null, extensionId: String? = null, k8sRaw: SqlManagedInstanceK8sRawResponse? = null, lastUploadedDate: String? = null, licenseType: String? = null, provisioningState: String, startTime: String? = null)