Package-level declarations
Types
Link copied to clipboard
object MysqldiscoveryFunctions
Link copied to clipboard
The MySQLServer resource definition. Uses Azure REST API version 2024-09-30-preview. In version 2.x of the Azure Native provider, it used API version 2024-09-30-preview.
Link copied to clipboard
data class MySQLServerArgs(val edition: Output<Either<String, Edition>>? = null, val errors: Output<List<ErrorArgs>>? = null, val hostIp: Output<List<String>>? = null, val hostName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val machineId: Output<String>? = null, val mysqlVersion: Output<String>? = null, val numberOfDatabase: Output<Double>? = null, val portNumber: Output<String>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null, val resourceGroupName: Output<String>? = null, val serverName: Output<String>? = null, val siteName: Output<String>? = null, val supportEndIn: Output<String>? = null, val supportStatus: Output<Either<String, SupportStatus>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MySQLServerArgs>
The MySQLServer resource definition. Uses Azure REST API version 2024-09-30-preview. In version 2.x of the Azure Native provider, it used API version 2024-09-30-preview.
Link copied to clipboard
class MySQLServerArgsBuilder
Builder for MySQLServerArgs.
Link copied to clipboard
Link copied to clipboard
Builder for MySQLServer.
Link copied to clipboard
data class MySQLSiteArgs(val extendedLocation: Output<ExtendedLocationArgs>? = null, val location: Output<String>? = null, val masterSiteId: Output<String>? = null, val migrateProjectId: Output<String>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null, val resourceGroupName: Output<String>? = null, val siteName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MySQLSiteArgs>
The MySQLSite resource definition. Uses Azure REST API version 2024-09-30-preview. In version 2.x of the Azure Native provider, it used API version 2024-09-30-preview.
Link copied to clipboard
class MySQLSiteArgsBuilder
Builder for MySQLSiteArgs.
Link copied to clipboard
Link copied to clipboard
class MySQLSiteResourceBuilder
Builder for MySQLSite.
Functions
Link copied to clipboard
suspend fun mySQLServer(name: String, block: suspend MySQLServerResourceBuilder.() -> Unit): MySQLServer