Devspaces Functions
object DevspacesFunctions
Functions
Link copied to clipboard
Gets the properties for an Azure Dev Spaces Controller. Uses Azure REST API version 2019-04-01.
suspend fun getController(argument: suspend GetControllerPlainArgsBuilder.() -> Unit): GetControllerResult
Link copied to clipboard
suspend fun listControllerConnectionDetails(argument: ListControllerConnectionDetailsPlainArgs): ListControllerConnectionDetailsResult
Lists connection details for the underlying container resources of an Azure Dev Spaces Controller. Uses Azure REST API version 2019-04-01.
suspend fun listControllerConnectionDetails(argument: suspend ListControllerConnectionDetailsPlainArgsBuilder.() -> Unit): ListControllerConnectionDetailsResult
suspend fun listControllerConnectionDetails(name: String, resourceGroupName: String, targetContainerHostResourceId: String): ListControllerConnectionDetailsResult