GetManagedInstanceResult

data class GetManagedInstanceResult(val administratorLogin: String? = null, val administrators: ManagedInstanceExternalAdministratorResponse? = null, val collation: String? = null, val currentBackupStorageRedundancy: String, val dnsZone: String, val fullyQualifiedDomainName: String, val id: String, val identity: ResourceIdentityResponse? = null, val instancePoolId: String? = null, val keyId: String? = null, val licenseType: String? = null, val location: String, val maintenanceConfigurationId: String? = null, val minimalTlsVersion: String? = null, val name: String, val primaryUserAssignedIdentityId: String? = null, val privateEndpointConnections: List<ManagedInstancePecPropertyResponse>, val provisioningState: String, val proxyOverride: String? = null, val publicDataEndpointEnabled: Boolean? = null, val requestedBackupStorageRedundancy: String? = null, val servicePrincipal: ServicePrincipalResponse? = null, val sku: SkuResponse? = null, val state: String, val storageSizeInGB: Int? = null, val subnetId: String? = null, val tags: Map<String, String>? = null, val timezoneId: String? = null, val type: String, val vCores: Int? = null, val zoneRedundant: Boolean? = null)

An Azure SQL managed instance.

Constructors

Link copied to clipboard
constructor(administratorLogin: String? = null, administrators: ManagedInstanceExternalAdministratorResponse? = null, collation: String? = null, currentBackupStorageRedundancy: String, dnsZone: String, fullyQualifiedDomainName: String, id: String, identity: ResourceIdentityResponse? = null, instancePoolId: String? = null, keyId: String? = null, licenseType: String? = null, location: String, maintenanceConfigurationId: String? = null, minimalTlsVersion: String? = null, name: String, primaryUserAssignedIdentityId: String? = null, privateEndpointConnections: List<ManagedInstancePecPropertyResponse>, provisioningState: String, proxyOverride: String? = null, publicDataEndpointEnabled: Boolean? = null, requestedBackupStorageRedundancy: String? = null, servicePrincipal: ServicePrincipalResponse? = null, sku: SkuResponse? = null, state: String, storageSizeInGB: Int? = null, subnetId: String? = null, tags: Map<String, String>? = null, timezoneId: String? = null, type: String, vCores: Int? = null, zoneRedundant: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Administrator username for the managed instance. Can only be specified when the managed instance is being created (and is required for creation).

Link copied to clipboard

The Azure Active Directory administrator of the server.

Link copied to clipboard
val collation: String? = null

Collation of the managed instance.

Link copied to clipboard

The storage account type used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage)

Link copied to clipboard

The Dns Zone that the managed instance is in.

Link copied to clipboard

The fully qualified domain name of the managed instance.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

The Azure Active Directory identity of the managed instance.

Link copied to clipboard
val instancePoolId: String? = null

The Id of the instance pool this managed server belongs to.

Link copied to clipboard
val keyId: String? = null

A CMK URI of the key to use for encryption.

Link copied to clipboard
val licenseType: String? = null

The license type. Possible values are 'LicenseIncluded' (regular price inclusive of a new SQL license) and 'BasePrice' (discounted AHB price for bringing your own SQL licenses).

Link copied to clipboard

Resource location.

Link copied to clipboard

Specifies maintenance configuration id to apply to this managed instance.

Link copied to clipboard

Minimal TLS version. Allowed values: 'None', '1.0', '1.1', '1.2'

Link copied to clipboard

Resource name.

Link copied to clipboard

The resource id of a user assigned identity to be used by default.

Link copied to clipboard

List of private endpoint connections on a managed instance.

Link copied to clipboard
Link copied to clipboard
val proxyOverride: String? = null

Connection type used for connecting to the instance.

Link copied to clipboard

Whether or not the public data endpoint is enabled.

Link copied to clipboard

The storage account type to be used to store backups for this instance. The options are Local (LocallyRedundantStorage), Zone (ZoneRedundantStorage), Geo (GeoRedundantStorage) and GeoZone(GeoZoneRedundantStorage)

Link copied to clipboard

The managed instance's service principal.

Link copied to clipboard
val sku: SkuResponse? = null

Managed instance SKU. Allowed values for sku.name: GP_Gen5, GP_G8IM, GP_G8IH, BC_Gen5, BC_G8IM, BC_G8IH

Link copied to clipboard

The state of the managed instance.

Link copied to clipboard
val storageSizeInGB: Int? = null

Storage size in GB. Minimum value: 32. Maximum value: 16384. Increments of 32 GB allowed only. Maximum value depends on the selected hardware family and number of vCores.

Link copied to clipboard
val subnetId: String? = null

Subnet resource ID for the managed instance.

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

Resource tags.

Link copied to clipboard
val timezoneId: String? = null

Id of the timezone. Allowed values are timezones supported by Windows. Windows keeps details on supported timezones, including the id, in registry under KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones. You can get those registry values via SQL Server by querying SELECT name AS timezone_id FROM sys.time_zone_info. List of Ids can also be obtained by executing System.TimeZoneInfo::GetSystemTimeZones() in PowerShell. An example of valid timezone id is "Pacific Standard Time" or "W. Europe Standard Time".

Link copied to clipboard

Resource type.

Link copied to clipboard
val vCores: Int? = null

The number of vCores. Allowed values: 8, 16, 24, 32, 40, 64, 80.

Link copied to clipboard
val zoneRedundant: Boolean? = null

Whether or not the multi-az is enabled.