C# Class Microsoft.WindowsAzure.Commands.Utilities.CloudService.CloudRuntime.IISNodeCloudRuntime

Inheritance: JavaScriptCloudRuntime
Mostra file Open project: AzureRT/azure-sdk-tools

Public Methods

Method Description
Match ( CloudRuntimePackage runtime ) : bool

Protected Methods

Method Description
GenerateWarningText ( CloudRuntimePackage package ) : string
GetDefaultVersion ( ) : string
GetEngineKey ( ) : string

Method Details

GenerateWarningText() protected method

protected GenerateWarningText ( CloudRuntimePackage package ) : string
package CloudRuntimePackage
return string

GetDefaultVersion() protected method

protected GetDefaultVersion ( ) : string
return string

GetEngineKey() protected method

protected GetEngineKey ( ) : string
return string

Match() public method

public Match ( CloudRuntimePackage runtime ) : bool
runtime CloudRuntimePackage
return bool