Package-level declarations
Types
Link copied to clipboard
object FluidrelayFunctions
Link copied to clipboard
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
Builder for FluidRelayServerArgs.
Link copied to clipboard
Link copied to clipboard
Builder for FluidRelayServer.
Functions
Link copied to clipboard
suspend fun fluidRelayServer(name: String, block: suspend FluidRelayServerResourceBuilder.() -> Unit): FluidRelayServer