C# 클래스 Microsoft.WindowsAzure.Management.ServiceManagement.HostedServices.NewAzureDeploymentCommand

상속: ServiceManagementBaseCmdlet
파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AssertNoPersistenVmRoleExistsInDeployment void
ValidateParameters void

공개 메소드들

메소드 설명
NewAzureDeploymentCommand ( ) : System
NewAzureDeploymentCommand ( IServiceManagement channel ) : System
NewPaaSDeploymentProcess ( ) : void

보호된 메소드들

메소드 설명
OnProcessRecord ( ) : void

비공개 메소드들

메소드 설명
AssertNoPersistenVmRoleExistsInDeployment ( string slot ) : void
ValidateParameters ( ) : void

메소드 상세

NewAzureDeploymentCommand() 공개 메소드

public NewAzureDeploymentCommand ( ) : System
리턴 System

NewAzureDeploymentCommand() 공개 메소드

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

NewPaaSDeploymentProcess() 공개 메소드

public NewPaaSDeploymentProcess ( ) : void
리턴 void

OnProcessRecord() 보호된 메소드

protected OnProcessRecord ( ) : void
리턴 void