SelectedResourceResponse

data class SelectedResourceResponse(val id: String, val location: String? = null, val name: String? = null, val subscriptionName: String? = null)

A resource selected from ARM

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Id of the connection

Link copied to clipboard
val location: String? = null

Location of the connection

Link copied to clipboard
val name: String? = null

Name of the connection

Link copied to clipboard

Name of the subscription with the connection