Get Managed Instance Result
data class GetManagedInstanceResult(val administratorLogin: String, val collation: String, val customerManagedKeyId: String, val dnsZone: String, val dnsZonePartnerId: String, val fqdn: String, val id: String, val identities: List<GetManagedInstanceIdentity>, 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>, val timezoneId: String, val vcores: Int)
A collection of values returned by getManagedInstance.
Constructors
Link copied to clipboard
constructor(administratorLogin: String, collation: String, customerManagedKeyId: String, dnsZone: String, dnsZonePartnerId: String, fqdn: String, id: String, identities: List<GetManagedInstanceIdentity>, 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>, timezoneId: String, vcores: Int)
Properties
Link copied to clipboard
The administrator login name for the SQL Managed Instance.
Link copied to clipboard
Link copied to clipboard
The ID of the SQL Managed Instance which shares the DNS zone.
Link copied to clipboard
An identity
block as defined below.
Link copied to clipboard
What type of license the SQL Managed Instance uses.
Link copied to clipboard
The Minimum TLS Version.
Link copied to clipboard
Specifies how the SQL Managed Instance will be accessed.
Link copied to clipboard
Whether the public data endpoint is enabled.
Link copied to clipboard
Link copied to clipboard
Specifies the storage account type used to store backups for this database.
Link copied to clipboard
Maximum storage space allocated for the SQL Managed Instance.
Link copied to clipboard
The TimeZone ID that the SQL Managed Instance is running in.