Package-level declarations

Types

Link copied to clipboard
class Service : KotlinCustomResource

The description of the Windows IoT Device Service. Uses Azure REST API version 2019-06-01. In version 1.x of the Azure Native provider, it used API version 2019-06-01.

Link copied to clipboard
data class ServiceArgs(val adminDomainName: Output<String>? = null, val billingDomainName: Output<String>? = null, val deviceName: Output<String>? = null, val location: Output<String>? = null, val notes: Output<String>? = null, val quantity: Output<Double>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ServiceArgs>

The description of the Windows IoT Device Service. Uses Azure REST API version 2019-06-01. In version 1.x of the Azure Native provider, it used API version 2019-06-01.

Link copied to clipboard
Link copied to clipboard
object ServiceMapper : ResourceMapper<Service>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun service(name: String): Service
suspend fun service(name: String, block: suspend ServiceResourceBuilder.() -> Unit): Service