C# Class Microsoft.WindowsAzure.Commands.Utilities.CloudService.PublishContext

显示文件 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
ConfigPackageSettings ( string package, string workingDirectory ) : void
PublishContext ( ServiceSettings settings, string packagePath, string cloudConfigPath, string serviceName, string deploymentName, string rootPath ) : System

Private Methods

Method Description
IsStorageAccountUrl ( string packagePath ) : bool

Method Details

ConfigPackageSettings() public method

public ConfigPackageSettings ( string package, string workingDirectory ) : void
package string
workingDirectory string
return void

PublishContext() public method

public PublishContext ( ServiceSettings settings, string packagePath, string cloudConfigPath, string serviceName, string deploymentName, string rootPath ) : System
settings ServiceSettings
packagePath string
cloudConfigPath string
serviceName string
deploymentName string
rootPath string
return System