Get Managed Instance Result
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
fun GetManagedInstanceResult(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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