SqlManagedInstancePropertiesResponse

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val admin: String? = null

The instance admin user

Link copied to clipboard

Username and password for basic authentication.

Link copied to clipboard
val clusterId: String? = null

If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.

Link copied to clipboard

null

Link copied to clipboard
val endTime: String? = null

The instance end time

Link copied to clipboard
val extensionId: String? = null

If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.

Link copied to clipboard

The raw kubernetes information

Link copied to clipboard

Last uploaded date from Kubernetes cluster. Defaults to current date time

Link copied to clipboard
val licenseType: String? = null

The license type to apply for this managed instance.

Link copied to clipboard

The provisioning state of the Arc-enabled SQL Managed Instance resource.

Link copied to clipboard
val startTime: String? = null

The instance start time