Package-level declarations
Types
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
class ServiceArgsBuilder
Builder for ServiceArgs.
Link copied to clipboard
Link copied to clipboard
class ServiceResourceBuilder
Builder for Service.
Link copied to clipboard
object WindowsiotFunctions