GetDevicePlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The device name.

Link copied to clipboard

The resource group name.

Functions

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