GetServicePlainArgs

data class GetServicePlainArgs(val deviceName: String, val resourceGroupName: String) : ConvertibleToJava<GetServicePlainArgs>

Constructors

Link copied to clipboard
constructor(deviceName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Windows IoT Device Service.

Link copied to clipboard

The name of the resource group that contains the Windows IoT Device Service.

Functions

Link copied to clipboard
open override fun toJava(): GetServicePlainArgs