AzureCoreVhdImageDeployMappingRuleProfileArgs

data class AzureCoreVhdImageDeployMappingRuleProfileArgs(val applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, val vhdImageMappingRuleProfile: Output<VhdImageMappingRuleProfileArgs>? = null) : ConvertibleToJava<AzureCoreVhdImageDeployMappingRuleProfileArgs>

Azure vhd deploy mapping rule profile.

Constructors

constructor(applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, vhdImageMappingRuleProfile: Output<VhdImageMappingRuleProfileArgs>? = null)

Properties

Link copied to clipboard
val applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null

The application enablement.

Link copied to clipboard

The vhd mapping rule profile.

Functions

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