HostingEnvironmentProfileResponse

data class HostingEnvironmentProfileResponse(val id: String? = null, val name: String, val type: String)

Specification for an App Service Environment to use for this resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Resource ID of the App Service Environment.

Link copied to clipboard

Name of the App Service Environment.

Link copied to clipboard

Resource type of the App Service Environment.