diff options
Diffstat (limited to 'Software/Visual_Studio/Azure/Tango.AzureUtils/Deployment/UpgradeConfiguration.cs')
| -rw-r--r-- | Software/Visual_Studio/Azure/Tango.AzureUtils/Deployment/UpgradeConfiguration.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Azure/Tango.AzureUtils/Deployment/UpgradeConfiguration.cs b/Software/Visual_Studio/Azure/Tango.AzureUtils/Deployment/UpgradeConfiguration.cs new file mode 100644 index 000000000..233034d0d --- /dev/null +++ b/Software/Visual_Studio/Azure/Tango.AzureUtils/Deployment/UpgradeConfiguration.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.AzureUtils.Deployment +{ + public class UpgradeConfiguration + { + public bool UpgradeMachineService { get; set; } + public bool UpgradeMachineStudio { get; set; } + public bool UpgradePPC { get; set; } + } +} |
