SelectedResourceArgs

data class SelectedResourceArgs(val id: Output<String>, val location: Output<String>? = null, val name: Output<String>? = null, val subscriptionName: Output<String>? = null) : ConvertibleToJava<SelectedResourceArgs>

A resource selected from ARM

Constructors

Link copied to clipboard
constructor(id: Output<String>, location: Output<String>? = null, name: Output<String>? = null, subscriptionName: Output<String>? = null)

Properties

Link copied to clipboard
val id: Output<String>

Id of the connection

Link copied to clipboard
val location: Output<String>? = null

Location of the connection

Link copied to clipboard
val name: Output<String>? = null

Name of the connection

Link copied to clipboard
val subscriptionName: Output<String>? = null

Name of the subscription with the connection

Functions

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