GetInstancePlainArgs

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

A collection of arguments for invoking getInstance.

Constructors

Link copied to clipboard
fun GetInstancePlainArgs(name: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

The name of this Digital Twins instance.

Link copied to clipboard

The name of the Resource Group where the Digital Twins instance exists.