SubnetReferenceResponse

data class SubnetReferenceResponse(val name: String? = null, val sourceArmResourceId: String)

Defines reference to subnet.

Constructors

Link copied to clipboard
constructor(name: String? = null, sourceArmResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Gets the name of the proxy resource on the target side.

Link copied to clipboard

Gets the ARM resource ID of the tracked resource being referenced.