Package-level declarations
Types
Link copied to clipboard
object AgricultureplatformFunctions
Link copied to clipboard
Schema of the AgriService resource from Microsoft.AgriculturePlatform resource provider. Uses Azure REST API version 2024-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-06-01-preview.
Link copied to clipboard
data class AgriServiceArgs(val agriServiceResourceName: Output<String>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val properties: Output<AgriServiceResourcePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AgriServiceArgs>
Schema of the AgriService resource from Microsoft.AgriculturePlatform resource provider. Uses Azure REST API version 2024-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-06-01-preview.
Link copied to clipboard
class AgriServiceArgsBuilder
Builder for AgriServiceArgs.
Link copied to clipboard
Link copied to clipboard
Builder for AgriService.
Functions
Link copied to clipboard
suspend fun agriService(name: String, block: suspend AgriServiceResourceBuilder.() -> Unit): AgriService