IISWorkloadInstanceModelCustomPropertiesResponse

data class IISWorkloadInstanceModelCustomPropertiesResponse(val containerName: String? = null, val fileshareName: String? = null, val iisWebApplication: IISWebApplicationResponse? = null, val instanceType: String, val webAppArmId: String? = null, val webAppSiteName: String? = null)

IIS workload instance model custom properties.

Constructors

constructor(containerName: String? = null, fileshareName: String? = null, iisWebApplication: IISWebApplicationResponse? = null, instanceType: String, webAppArmId: String? = null, webAppSiteName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerName: String? = null

Gets or sets the container Id.

Link copied to clipboard
val fileshareName: String? = null

Gets or sets the fileshare name.

Link copied to clipboard

IISWeb application.

Link copied to clipboard

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

Link copied to clipboard
val webAppArmId: String? = null

Gets or sets the Web application ARM id.

Link copied to clipboard
val webAppSiteName: String? = null

Gets or sets the Web application site name.