Get Sql Managed Instance Result
data class GetSqlManagedInstanceResult(val administratorLogin: String, val collation: String, val dnsZonePartnerId: String, val fqdn: String, val id: String, val identities: List<GetSqlManagedInstanceIdentity>, val licenseType: String, val location: String, val minimumTlsVersion: String, val name: String, val proxyOverride: String, val publicDataEndpointEnabled: Boolean, val resourceGroupName: String, val skuName: String, val storageAccountType: String, val storageSizeInGb: Int, val subnetId: String, val tags: Map<String, String>? = null, val timezoneId: String, val vcores: Int)
A collection of values returned by getSqlManagedInstance.
Constructors
Link copied to clipboard
constructor(administratorLogin: String, collation: String, dnsZonePartnerId: String, fqdn: String, id: String, identities: List<GetSqlManagedInstanceIdentity>, licenseType: String, location: String, minimumTlsVersion: String, name: String, proxyOverride: String, publicDataEndpointEnabled: Boolean, resourceGroupName: String, skuName: String, storageAccountType: String, storageSizeInGb: Int, subnetId: String, tags: Map<String, String>? = null, timezoneId: String, vcores: Int)
Properties
Link copied to clipboard
The administrator login name for the new server.
Link copied to clipboard
The ID of the Managed Instance which is sharing the DNS zone.
Link copied to clipboard
An identity
block as defined below.
Link copied to clipboard
Type of license the Managed Instance uses.
Link copied to clipboard
The Minimum TLS Version.
Link copied to clipboard
How the SQL Managed Instance is accessed.
Link copied to clipboard
Is the public data endpoint enabled?
Link copied to clipboard
Link copied to clipboard
Storage account type used to store backups for this SQL Managed Instance.
Link copied to clipboard
Maximum storage space for your instance.
Link copied to clipboard
The TimeZone ID that the SQL Managed Instance is operating in.