using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tango.AzureUtils.Environment { public class RollbackEnvironmentConfiguration { public bool RollbackMachineStudio { get; set; } public bool RollbackPPC { get; set; } public String PPCVersionTag { get; set; } } }