AppResourcePropertiesResponse

data class AppResourcePropertiesResponse(val activeDeploymentName: String? = null, val createdTime: String, val fqdn: String? = null, val httpsOnly: Boolean? = null, val persistentDisk: PersistentDiskResponse? = null, val provisioningState: String, val public: Boolean? = null, val temporaryDisk: TemporaryDiskResponse? = null, val url: String)

App resource properties payload

Constructors

Link copied to clipboard
constructor(activeDeploymentName: String? = null, createdTime: String, fqdn: String? = null, httpsOnly: Boolean? = null, persistentDisk: PersistentDiskResponse? = null, provisioningState: String, public: Boolean? = null, temporaryDisk: TemporaryDiskResponse? = null, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the active deployment of the App

Link copied to clipboard

Date time when the resource is created

Link copied to clipboard
val fqdn: String? = null

Fully qualified dns Name.

Link copied to clipboard
val httpsOnly: Boolean? = null

Indicate if only https is allowed.

Link copied to clipboard

Persistent disk settings

Link copied to clipboard

Provisioning state of the App

Link copied to clipboard
val public: Boolean? = null

Indicates whether the App exposes public endpoint

Link copied to clipboard

Temporary disk settings

Link copied to clipboard
val url: String

URL of the App