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
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)
Properties
Link copied to clipboard
Username and password for basic authentication.
Link copied to clipboard
null
Link copied to clipboard
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
The license type to apply for this managed instance.
Link copied to clipboard
The provisioning state of the Arc-enabled SQL Managed Instance resource.