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

Inheritance: CloudRuntime
Mostrar archivo Open project: AzureRT/azure-sdk-tools

Public Methods

Method Description
Match ( CloudRuntimePackage runtime ) : bool

Protected Methods

Method Description
ApplyScaffoldingChanges ( CloudRuntimePackage package ) : void
Configure ( string>.Dictionary environment ) : void
GenerateWarningText ( CloudRuntimePackage package ) : string
GetChanges ( CloudRuntimePackage package, string>.Dictionary &changes ) : bool

Method Details

ApplyScaffoldingChanges() protected method

protected ApplyScaffoldingChanges ( CloudRuntimePackage package ) : void
package CloudRuntimePackage
return void

Configure() protected method

protected Configure ( string>.Dictionary environment ) : void
environment string>.Dictionary
return void

GenerateWarningText() protected method

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

GetChanges() protected method

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

Match() public method

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