C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.CloudService.CloudRuntime.PHPCloudRuntime

상속: CloudRuntime
파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools

공개 메소드들

메소드 설명
Match ( CloudRuntimePackage runtime ) : bool

보호된 메소드들

메소드 설명
ApplyScaffoldingChanges ( CloudRuntimePackage package ) : void
Configure ( string>.Dictionary environment ) : void
GenerateWarningText ( CloudRuntimePackage package ) : string
GetChanges ( CloudRuntimePackage package, string>.Dictionary &changes ) : bool

메소드 상세

ApplyScaffoldingChanges() 보호된 메소드

protected ApplyScaffoldingChanges ( CloudRuntimePackage package ) : void
package CloudRuntimePackage
리턴 void

Configure() 보호된 메소드

protected Configure ( string>.Dictionary environment ) : void
environment string>.Dictionary
리턴 void

GenerateWarningText() 보호된 메소드

protected GenerateWarningText ( CloudRuntimePackage package ) : string
package CloudRuntimePackage
리턴 string

GetChanges() 보호된 메소드

protected GetChanges ( CloudRuntimePackage package, string>.Dictionary &changes ) : bool
package CloudRuntimePackage
changes string>.Dictionary
리턴 bool

Match() 공개 메소드

public Match ( CloudRuntimePackage runtime ) : bool
runtime CloudRuntimePackage
리턴 bool