Package-level declarations
Types
Link copied to clipboard
object StorageactionsFunctions
Link copied to clipboard
Represents Storage Task. Uses Azure REST API version 2023-01-01. In version 2.x of the Azure Native provider, it used API version 2023-01-01.
Link copied to clipboard
data class StorageTaskArgs(val action: Output<StorageTaskActionArgs>? = null, val description: Output<String>? = null, val enabled: Output<Boolean>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val storageTaskName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<StorageTaskArgs>
Represents Storage Task. Uses Azure REST API version 2023-01-01. In version 2.x of the Azure Native provider, it used API version 2023-01-01.
Link copied to clipboard
class StorageTaskArgsBuilder
Builder for StorageTaskArgs.
Link copied to clipboard
Link copied to clipboard
Builder for StorageTask.
Functions
Link copied to clipboard
suspend fun storageTask(name: String, block: suspend StorageTaskResourceBuilder.() -> Unit): StorageTask