GetSqlManagedInstanceResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The administrator login name for the new server.

Link copied to clipboard

Specifies how the SQL Managed Instance is collated.

Link copied to clipboard

The ID of the Managed Instance which is sharing the DNS zone.

Link copied to clipboard

The fully qualified domain name of the Azure Managed SQL Instance.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

Location where the resource exists.

Link copied to clipboard

The Minimum TLS Version.

Link copied to clipboard
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

SKU Name for the SQL Managed Instance.

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 subnet resource id that the SQL Managed Instance is associated with.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags assigned to the resource.

Link copied to clipboard

The TimeZone ID that the SQL Managed Instance is operating in.

Link copied to clipboard
val vcores: Int

Number of cores assigned to your instance.