GetManagedInstanceResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The administrator login name for the SQL Managed Instance.

Link copied to clipboard

Specifies how the SQL Managed Instance will be collated.

Link copied to clipboard
Link copied to clipboard

The Dns Zone where the SQL Managed Instance is located.

Link copied to clipboard

The ID of the SQL Managed Instance which shares 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

What type of license the SQL Managed Instance uses.

Link copied to clipboard

Specifies the supported Azure location where the resource exists.

Link copied to clipboard

The Minimum TLS Version.

Link copied to clipboard
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 SKU Name of the SQL Managed Instance.

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

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

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

Link copied to clipboard
val vcores: Int

Number of cores that are assigned to the SQL Managed Instance.