IISWorkloadInstanceModelCustomPropertiesArgs

data class IISWorkloadInstanceModelCustomPropertiesArgs(val containerName: Output<String>? = null, val fileshareName: Output<String>? = null, val iisWebApplication: Output<IISWebApplicationArgs>? = null, val instanceType: Output<String>, val webAppArmId: Output<String>? = null, val webAppSiteName: Output<String>? = null) : ConvertibleToJava<IISWorkloadInstanceModelCustomPropertiesArgs>

IIS workload instance model custom properties.

Constructors

constructor(containerName: Output<String>? = null, fileshareName: Output<String>? = null, iisWebApplication: Output<IISWebApplicationArgs>? = null, instanceType: Output<String>, webAppArmId: Output<String>? = null, webAppSiteName: Output<String>? = null)

Properties

Link copied to clipboard
val containerName: Output<String>? = null

Gets or sets the container Id.

Link copied to clipboard
val fileshareName: Output<String>? = null

Gets or sets the fileshare name.

Link copied to clipboard

IISWeb application.

Link copied to clipboard
val instanceType: Output<String>

Gets or sets the instance type. Expected value is 'IISWorkloadInstanceModelCustomProperties'.

Link copied to clipboard
val webAppArmId: Output<String>? = null

Gets or sets the Web application ARM id.

Link copied to clipboard
val webAppSiteName: Output<String>? = null

Gets or sets the Web application site name.

Functions

Link copied to clipboard
open override fun toJava(): IISWorkloadInstanceModelCustomPropertiesArgs