Package-level declarations

Types

Link copied to clipboard
data class FlexibleServerAuthentication(val activeDirectoryAuthEnabled: Boolean? = null, val passwordAuthEnabled: Boolean? = null, val tenantId: String? = null)
Link copied to clipboard
data class FlexibleServerCustomerManagedKey(val geoBackupKeyVaultKeyId: String? = null, val geoBackupUserAssignedIdentityId: String? = null, val keyVaultKeyId: String, val primaryUserAssignedIdentityId: String? = null)
Link copied to clipboard
data class FlexibleServerHighAvailability(val mode: String, val standbyAvailabilityZone: String? = null)
Link copied to clipboard
data class FlexibleServerIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class FlexibleServerMaintenanceWindow(val dayOfWeek: Int? = null, val startHour: Int? = null, val startMinute: Int? = null)
Link copied to clipboard
data class GetFlexibleServerResult(val administratorLogin: String, val autoGrowEnabled: Boolean, val backupRetentionDays: Int, val delegatedSubnetId: String, val fqdn: String, val id: String, val location: String, val name: String, val publicNetworkAccessEnabled: Boolean, val resourceGroupName: String, val skuName: String, val storageMb: Int, val tags: Map<String, String>, val version: String)

A collection of values returned by getFlexibleServer.

Link copied to clipboard
data class GetServerIdentity(val principalId: String, val tenantId: String, val type: String)
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 skuName: String, val tags: Map<String, String>, val version: String)

A collection of values returned by getServer.

Link copied to clipboard
data class ServerIdentity(val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class ServerThreatDetectionPolicy(val disabledAlerts: List<String>? = null, val emailAccountAdmins: Boolean? = null, val emailAddresses: List<String>? = null, val enabled: Boolean? = null, val retentionDays: Int? = null, val storageAccountAccessKey: String? = null, val storageEndpoint: String? = null)