IISWorkload Instance Model Custom Properties Response
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
Link copied to clipboard
fun IISWorkloadInstanceModelCustomPropertiesResponse(containerName: String? = null, fileshareName: String? = null, iisWebApplication: IISWebApplicationResponse? = null, instanceType: String, webAppArmId: String? = null, webAppSiteName: String? = null)