IISWorkload Instance Model Custom Properties Args
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.
Properties
Link copied to clipboard
Gets or sets the container Id.
Link copied to clipboard
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
Gets or sets the Web application ARM id.
Link copied to clipboard
Gets or sets the Web application site name.