GetDevicePlainArgs

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

A collection of arguments for invoking getDevice.

Constructors

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

Properties

Link copied to clipboard

The name which should be used for this Databox Edge Device. Changing this forces a new Databox Edge Device to be created.

Link copied to clipboard

The name of the Resource Group where the Databox Edge Device should exist. Changing this forces a new Databox Edge Device to be created.

Functions

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