Apache Tomcat Workload Instance Model Custom Properties Response
data class ApacheTomcatWorkloadInstanceModelCustomPropertiesResponse(val apacheTomcatWebApplication: ApacheTomcatWebApplicationResponse? = null, val instanceType: String, val webAppArmId: String? = null, val webAppSiteName: String? = null)
ApacheTomcat workload instance model custom properties.
Constructors
Link copied to clipboard
constructor(apacheTomcatWebApplication: ApacheTomcatWebApplicationResponse? = null, instanceType: String, webAppArmId: String? = null, webAppSiteName: String? = null)
Properties
Link copied to clipboard
ApacheTomcat web application.
Link copied to clipboard
Gets or sets the instance type. Expected value is 'ApacheTomcatWorkloadInstanceModelCustomProperties'.
Link copied to clipboard
Gets or sets the Web application ARM id.
Link copied to clipboard
Gets or sets the Web application site name.