Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class DatabaseThreatDetectionPolicy(val disabledAlerts: List<String>? = null, val emailAccountAdmins: String? = null, val emailAddresses: List<String>? = null, val retentionDays: Int? = null, val state: String? = null, val storageAccountAccessKey: String? = null, val storageEndpoint: String? = null)
Link copied to clipboard
data class FailoverGroupPartnerServer(val id: String, val location: String? = null, val role: String? = null)
Link copied to clipboard
Link copied to clipboard
data class FailoverGroupReadWriteEndpointFailoverPolicy(val graceMinutes: Int? = null, val mode: String)
Link copied to clipboard
data class GetDatabaseResult(val collation: String, val defaultSecondaryLocation: String, val edition: String, val elasticPoolName: String, val failoverGroupId: String, val id: String, val location: String, val name: String, val readScale: Boolean, val resourceGroupName: String, val serverName: String, val tags: Map<String, String>? = null)
A collection of values returned by getDatabase.
Link copied to clipboard
Link copied to clipboard
data class GetServerResult(val administratorLogin: String, val fqdn: String, val id: String, val identities: List<GetServerIdentity>, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>, val version: String)
A collection of values returned by getServer.
Link copied to clipboard
data class GetSqlManagedInstanceIdentity(val principalId: String, val tenantId: String, val type: String)
Link copied to clipboard
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.
Link copied to clipboard
data class ManagedInstanceFailoverGroupPartnerRegion(val location: String? = null, val role: String? = null)
Link copied to clipboard
data class ManagedInstanceFailoverGroupReadWriteEndpointFailoverPolicy(val graceMinutes: Int? = null, val mode: String)
Link copied to clipboard
data class ManagedInstanceIdentity(val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class SqlServerIdentity(val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class SqlServerThreatDetectionPolicy(val disabledAlerts: List<String>? = null, val emailAccountAdmins: Boolean? = null, val emailAddresses: List<String>? = null, val retentionDays: Int? = null, val state: String? = null, val storageAccountAccessKey: String? = null, val storageEndpoint: String? = null)