Package-level declarations
Types
Link copied to clipboard
The description of the Windows IoT Device Service. 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. API Version: 2019-06-01.
Link copied to clipboard
class ServiceArgsBuilder
Builder for ServiceArgs.
Link copied to clipboard
Link copied to clipboard
class ServiceResourceBuilder
Builder for Service.
Link copied to clipboard
object WindowsiotFunctions
Functions
Link copied to clipboard
suspend fun serviceResource(name: String, block: suspend ServiceResourceBuilder.() -> Unit): Service