C# Class Microsoft.WindowsAzure.Management.CloudService.Model.RemoveAzureDeploymentCommand

Deletes the specified deployment. Note that the deployment should be in suspended state.
Inheritance: Microsoft.WindowsAzure.Management.CloudService.Services.DeploymentServiceManagementCmdletBase
Show file Open project: OctopusDeploy/azure-sdk-tools

Private Properties

Property Type Description
InitializeArguments ServiceSettings
RemoveDeployment string

Public Methods

Method Description
Initialize ( ) : void
RemoveAzureDeploymentCommand ( ) : System
RemoveAzureDeploymentCommand ( IServiceManagement channel ) : System
RemoveAzureDeploymentProcess ( string rootPath, string inServiceName, string inSlot, string inSubscription ) : string

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
InitializeArguments ( string rootPath, string inServiceName, string inSlot, string inSubscription, string &serviceName ) : ServiceSettings
RemoveDeployment ( string serviceName, string slot ) : string

Method Details

Initialize() public method

public Initialize ( ) : void
return void

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

RemoveAzureDeploymentCommand() public method

public RemoveAzureDeploymentCommand ( ) : System
return System

RemoveAzureDeploymentCommand() public method

public RemoveAzureDeploymentCommand ( IServiceManagement channel ) : System
channel IServiceManagement
return System

RemoveAzureDeploymentProcess() public method

public RemoveAzureDeploymentProcess ( string rootPath, string inServiceName, string inSlot, string inSubscription ) : string
rootPath string
inServiceName string
inSlot string
inSubscription string
return string