C# 클래스 Microsoft.WindowsAzure.Management.CloudService.Model.RemoveAzureDeploymentCommand

Deletes the specified deployment. Note that the deployment should be in suspended state.
상속: Microsoft.WindowsAzure.Management.CloudService.Services.DeploymentServiceManagementCmdletBase
파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools

Private Properties

프로퍼티 타입 설명
InitializeArguments ServiceSettings
RemoveDeployment string

공개 메소드들

메소드 설명
Initialize ( ) : void
RemoveAzureDeploymentCommand ( ) : System
RemoveAzureDeploymentCommand ( IServiceManagement channel ) : System
RemoveAzureDeploymentProcess ( string rootPath, string inServiceName, string inSlot, string inSubscription ) : string

보호된 메소드들

메소드 설명
ProcessRecord ( ) : void

비공개 메소드들

메소드 설명
InitializeArguments ( string rootPath, string inServiceName, string inSlot, string inSubscription, string &serviceName ) : ServiceSettings
RemoveDeployment ( string serviceName, string slot ) : string

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

ProcessRecord() 보호된 메소드

protected ProcessRecord ( ) : void
리턴 void

RemoveAzureDeploymentCommand() 공개 메소드

public RemoveAzureDeploymentCommand ( ) : System
리턴 System

RemoveAzureDeploymentCommand() 공개 메소드

public RemoveAzureDeploymentCommand ( IServiceManagement channel ) : System
channel IServiceManagement
리턴 System

RemoveAzureDeploymentProcess() 공개 메소드

public RemoveAzureDeploymentProcess ( string rootPath, string inServiceName, string inSlot, string inSubscription ) : string
rootPath string
inServiceName string
inSlot string
inSubscription string
리턴 string