C# Class Microsoft.WindowsAzure.Management.CloudService.Cmdlet.StopAzureServiceCommand

Inheritance: DeploymentStatusManager
Show file Open project: OctopusDeploy/azure-sdk-tools

Public Methods

Method Description
SetDeploymentStatusProcess ( string rootPath, string newStatus, string slot, string subscription, string serviceName ) : void
StopAzureServiceCommand ( ) : System

SetDeploymentStatus will handle the execution of this cmdlet

StopAzureServiceCommand ( IServiceManagement channel ) : System

Method Details

SetDeploymentStatusProcess() public method

public SetDeploymentStatusProcess ( string rootPath, string newStatus, string slot, string subscription, string serviceName ) : void
rootPath string
newStatus string
slot string
subscription string
serviceName string
return void

StopAzureServiceCommand() public method

SetDeploymentStatus will handle the execution of this cmdlet
public StopAzureServiceCommand ( ) : System
return System

StopAzureServiceCommand() public method

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