Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class FluidRelayServer : KotlinCustomResource

A FluidRelay Server. Uses Azure REST API version 2022-06-01. In version 2.x of the Azure Native provider, it used API version 2022-06-01.

Link copied to clipboard
data class FluidRelayServerArgs(val encryption: Output<EncryptionPropertiesArgs>? = null, val fluidRelayServerName: Output<String>? = null, val identity: Output<IdentityArgs>? = null, val location: Output<String>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null, val resourceGroup: Output<String>? = null, val storagesku: Output<Either<String, StorageSKU>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FluidRelayServerArgs>

A FluidRelay Server. Uses Azure REST API version 2022-06-01. In version 2.x of the Azure Native provider, it used API version 2022-06-01.

Link copied to clipboard
object FluidRelayServerMapper : ResourceMapper<FluidRelayServer>

Functions

Link copied to clipboard