Sql Managed Instance Properties Args
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
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.