GetControllerResult

data class GetControllerResult(val dataPlaneFqdn: String, val hostSuffix: String, val id: String, val location: String, val name: String, val provisioningState: String, val sku: SkuResponse, val tags: Map<String, String>? = null, val targetContainerHostApiServerFqdn: String, val targetContainerHostResourceId: String, val type: String)

Constructors

Link copied to clipboard
constructor(dataPlaneFqdn: String, hostSuffix: String, id: String, location: String, name: String, provisioningState: String, sku: SkuResponse, tags: Map<String, String>? = null, targetContainerHostApiServerFqdn: String, targetContainerHostResourceId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

DNS name for accessing DataPlane services

Link copied to clipboard

DNS suffix for public endpoints running in the Azure Dev Spaces Controller.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource.

Link copied to clipboard

Region where the Azure resource is located.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Provisioning state of the Azure Dev Spaces Controller.

Link copied to clipboard

Model representing SKU for Azure Dev Spaces Controller.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags for the Azure resource.

Link copied to clipboard

DNS of the target container host's API server

Link copied to clipboard

Resource ID of the target container host

Link copied to clipboard

The type of the resource.