Azure Core Vhd Image Deploy Mapping Rule Profile Args
data class AzureCoreVhdImageDeployMappingRuleProfileArgs(val applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, val vhdImageMappingRuleProfile: Output<VhdImageMappingRuleProfileArgs>? = null) : ConvertibleToJava<AzureCoreVhdImageDeployMappingRuleProfileArgs>
Azure vhd deploy mapping rule profile.
Constructors
Link copied to clipboard
constructor(applicationEnablement: Output<Either<String, ApplicationEnablement>>? = null, vhdImageMappingRuleProfile: Output<VhdImageMappingRuleProfileArgs>? = null)