Apache Tomcat Workload Instance Model Custom Properties Args
data class ApacheTomcatWorkloadInstanceModelCustomPropertiesArgs(val apacheTomcatWebApplication: Output<ApacheTomcatWebApplicationArgs>? = null, val instanceType: Output<String>, val webAppArmId: Output<String>? = null, val webAppSiteName: Output<String>? = null) : ConvertibleToJava<ApacheTomcatWorkloadInstanceModelCustomPropertiesArgs>
ApacheTomcat workload instance model custom properties.
Constructors
Link copied to clipboard
constructor(apacheTomcatWebApplication: Output<ApacheTomcatWebApplicationArgs>? = null, instanceType: Output<String>, webAppArmId: Output<String>? = null, webAppSiteName: Output<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.