ListControllerConnectionDetailsPlainArgs

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

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String, targetContainerHostResourceId: String)

Properties

Link copied to clipboard

Name of the resource.

Link copied to clipboard

Resource group to which the resource belongs.

Link copied to clipboard

Resource ID of the target container host mapped to the Azure Dev Spaces Controller.

Functions

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