GetDpsPlainArgs

data class GetDpsPlainArgs(val name: String, val resourceGroupName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDpsPlainArgs>

A collection of arguments for invoking getDps.

Constructors

Link copied to clipboard
fun GetDpsPlainArgs(name: String, resourceGroupName: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

Specifies the name of the Iot Device Provisioning Service resource.

Link copied to clipboard

The name of the resource group under which the Iot Device Provisioning Service is located in.

Link copied to clipboard
val tags: Map<String, String>? = null