Package-level declarations
Types
Link copied to clipboard
data class FlexibleServerCustomerManagedKey(val geoBackupKeyVaultKeyId: String? = null, val geoBackupUserAssignedIdentityId: String? = null, val keyVaultKeyId: String? = null, val primaryUserAssignedIdentityId: String? = null)
Link copied to clipboard
data class FlexibleServerHighAvailability(val mode: String, val standbyAvailabilityZone: String? = null)
Link copied to clipboard
Link copied to clipboard
data class FlexibleServerMaintenanceWindow(val dayOfWeek: Int? = null, val startHour: Int? = null, val startMinute: Int? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetFlexibleServerMaintenanceWindow(val dayOfWeek: Int, val startHour: Int, val startMinute: Int)
Link copied to clipboard
data class GetFlexibleServerResult(val administratorLogin: String, val backupRetentionDays: Int, val delegatedSubnetId: String, val fqdn: String, val geoRedundantBackupEnabled: Boolean, val highAvailabilities: List<GetFlexibleServerHighAvailability>, val id: String, val location: String, val maintenanceWindows: List<GetFlexibleServerMaintenanceWindow>, val name: String, val privateDnsZoneId: String, val publicNetworkAccessEnabled: Boolean, val replicaCapacity: Int, val replicationRole: String, val resourceGroupName: String, val restorePointInTime: String, val skuName: String, val storages: List<GetFlexibleServerStorage>, val tags: Map<String, String>, val version: String, val zone: String)
A collection of values returned by getFlexibleServer.
Link copied to clipboard
data class GetFlexibleServerStorage(val autoGrowEnabled: Boolean, val ioScalingEnabled: Boolean, val iops: Int, val sizeGb: Int)