C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.CloudService.PublishContext

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
ConfigPackageSettings ( string package, string workingDirectory ) : void
PublishContext ( ServiceSettings settings, string packagePath, string cloudConfigPath, string serviceName, string deploymentName, string rootPath ) : System

비공개 메소드들

메소드 설명
IsStorageAccountUrl ( string packagePath ) : bool

메소드 상세

ConfigPackageSettings() 공개 메소드

public ConfigPackageSettings ( string package, string workingDirectory ) : void
package string
workingDirectory string
리턴 void

PublishContext() 공개 메소드

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
리턴 System