Package-level declarations

Types

Link copied to clipboard
class ActiveDirectoryConnector : KotlinCustomResource

Active directory connector resource Azure REST API version: 2023-01-15-preview. Prior API version in Azure Native 1.x: 2022-03-01-preview.

Link copied to clipboard
data class ActiveDirectoryConnectorArgs(val activeDirectoryConnectorName: Output<String>? = null, val dataControllerName: Output<String>? = null, val properties: Output<ActiveDirectoryConnectorPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ActiveDirectoryConnectorArgs>

Active directory connector resource Azure REST API version: 2023-01-15-preview. Prior API version in Azure Native 1.x: 2022-03-01-preview.

Link copied to clipboard
Link copied to clipboard
class DataController : KotlinCustomResource

Data controller resource Azure REST API version: 2023-01-15-preview. Prior API version in Azure Native 1.x: 2021-06-01-preview.

Link copied to clipboard
data class DataControllerArgs(val dataControllerName: Output<String>? = null, val extendedLocation: Output<ExtendedLocationArgs>? = null, val location: Output<String>? = null, val properties: Output<DataControllerPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DataControllerArgs>

Data controller resource Azure REST API version: 2023-01-15-preview. Prior API version in Azure Native 1.x: 2021-06-01-preview.

Link copied to clipboard
Link copied to clipboard
object DataControllerMapper : ResourceMapper<DataController>
Link copied to clipboard
class FailoverGroup : KotlinCustomResource

A failover group resource. Azure REST API version: 2023-01-15-preview.

Link copied to clipboard
data class FailoverGroupArgs(val failoverGroupName: Output<String>? = null, val properties: Output<FailoverGroupPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sqlManagedInstanceName: Output<String>? = null) : ConvertibleToJava<FailoverGroupArgs>

A failover group resource. Azure REST API version: 2023-01-15-preview.

Link copied to clipboard
Link copied to clipboard
object FailoverGroupMapper : ResourceMapper<FailoverGroup>
Link copied to clipboard
Link copied to clipboard
class PostgresInstance : KotlinCustomResource

A Postgres Instance. Azure REST API version: 2023-01-15-preview. Prior API version in Azure Native 1.x: 2021-06-01-preview.

Link copied to clipboard
data class PostgresInstanceArgs(val extendedLocation: Output<ExtendedLocationArgs>? = null, val location: Output<String>? = null, val postgresInstanceName: Output<String>? = null, val properties: Output<PostgresInstancePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<PostgresInstanceSkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PostgresInstanceArgs>

A Postgres Instance. Azure REST API version: 2023-01-15-preview. Prior API version in Azure Native 1.x: 2021-06-01-preview.

Link copied to clipboard
object PostgresInstanceMapper : ResourceMapper<PostgresInstance>
Link copied to clipboard
class SqlManagedInstance : KotlinCustomResource

A SqlManagedInstance. Azure REST API version: 2023-01-15-preview. Prior API version in Azure Native 1.x: 2021-06-01-preview.

Link copied to clipboard
data class SqlManagedInstanceArgs(val extendedLocation: Output<ExtendedLocationArgs>? = null, val location: Output<String>? = null, val properties: Output<SqlManagedInstancePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SqlManagedInstanceSkuArgs>? = null, val sqlManagedInstanceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SqlManagedInstanceArgs>

A SqlManagedInstance. Azure REST API version: 2023-01-15-preview. Prior API version in Azure Native 1.x: 2021-06-01-preview.

Link copied to clipboard
Link copied to clipboard
class SqlServerDatabase : KotlinCustomResource

Arc Sql Server database Azure REST API version: 2023-01-15-preview.

Link copied to clipboard
data class SqlServerDatabaseArgs(val databaseName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<SqlServerDatabaseResourcePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sqlServerInstanceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SqlServerDatabaseArgs>

Arc Sql Server database Azure REST API version: 2023-01-15-preview.

Link copied to clipboard
object SqlServerDatabaseMapper : ResourceMapper<SqlServerDatabase>
Link copied to clipboard
class SqlServerInstance : KotlinCustomResource

A SqlServerInstance. Azure REST API version: 2023-01-15-preview. Prior API version in Azure Native 1.x: 2021-06-01-preview.

Link copied to clipboard
data class SqlServerInstanceArgs(val location: Output<String>? = null, val properties: Output<SqlServerInstancePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sqlServerInstanceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SqlServerInstanceArgs>

A SqlServerInstance. Azure REST API version: 2023-01-15-preview. Prior API version in Azure Native 1.x: 2021-06-01-preview.

Link copied to clipboard
object SqlServerInstanceMapper : ResourceMapper<SqlServerInstance>

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard