SqlManagedInstancePropertiesArgs

data class SqlManagedInstancePropertiesArgs(val activeDirectoryInformation: Output<ActiveDirectoryInformationArgs>? = null, val admin: Output<String>? = null, val basicLoginInformation: Output<BasicLoginInformationArgs>? = null, val clusterId: Output<String>? = null, val dataControllerId: Output<String>? = null, val endTime: Output<String>? = null, val extensionId: Output<String>? = null, val k8sRaw: Output<SqlManagedInstanceK8sRawArgs>? = null, val lastUploadedDate: Output<String>? = null, val licenseType: Output<Either<String, ArcSqlManagedInstanceLicenseType>>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<SqlManagedInstancePropertiesArgs>

Properties of sqlManagedInstance.

Constructors

Link copied to clipboard
constructor(activeDirectoryInformation: Output<ActiveDirectoryInformationArgs>? = null, admin: Output<String>? = null, basicLoginInformation: Output<BasicLoginInformationArgs>? = null, clusterId: Output<String>? = null, dataControllerId: Output<String>? = null, endTime: Output<String>? = null, extensionId: Output<String>? = null, k8sRaw: Output<SqlManagedInstanceK8sRawArgs>? = null, lastUploadedDate: Output<String>? = null, licenseType: Output<Either<String, ArcSqlManagedInstanceLicenseType>>? = null, startTime: Output<String>? = null)

Properties

Link copied to clipboard

Active Directory information related to this SQL Managed Instance.

Link copied to clipboard
val admin: Output<String>? = null

The instance admin user

Link copied to clipboard

Username and password for basic authentication.

Link copied to clipboard
val clusterId: Output<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
val dataControllerId: Output<String>? = null

null

Link copied to clipboard
val endTime: Output<String>? = null

The instance end time

Link copied to clipboard
val extensionId: Output<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
val lastUploadedDate: Output<String>? = null

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

The instance start time

Functions

Link copied to clipboard
open override fun toJava(): SqlManagedInstancePropertiesArgs