Microsoft.WindowsAzure.Commands.Utilities.CloudService.CloudServiceProject.CloudServiceProject C# (CSharp) Method

CloudServiceProject() public method

public CloudServiceProject ( string cloudConfigurationFullPath ) : Common.System
cloudConfigurationFullPath string
return Common.System
        public CloudServiceProject(string cloudConfigurationFullPath)
        {
            Components = new ServiceComponents(cloudConfigurationFullPath);
            //since we are deploying from a prebuilt package, it doesn't matter whether
            //it comes from visual studio or powershell tools. 
            //Here we just go with powershell one, because it is simple.
            Paths = new PowerShellProjectPathInfo(Path.GetDirectoryName(cloudConfigurationFullPath));
        }

Same methods

CloudServiceProject::CloudServiceProject ( ) : Common.System
CloudServiceProject::CloudServiceProject ( string rootPath, string scaffoldingPath ) : Common.System
CloudServiceProject::CloudServiceProject ( string rootPath, string name, string scaffoldingPath ) : Common.System