C# 클래스 Microsoft.WindowsAzure.Management.Websites.Cmdlets.Common.DeploymentBaseCmdlet

상속: WebsiteContextBaseCmdlet
파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

보호된 메소드들

메소드 설명
CreateDeploymentChannel ( Repository repository ) : IDeploymentServiceManagement
InvokeInDeploymentOperationContext ( System.Action action ) : void

Invoke the given operation within an OperationContextScope if the channel supports it.

비공개 메소드들

메소드 설명
GetRepository ( string websiteName ) : Repository

메소드 상세

CreateDeploymentChannel() 보호된 메소드

protected CreateDeploymentChannel ( Repository repository ) : IDeploymentServiceManagement
repository Repository
리턴 IDeploymentServiceManagement

ExecuteCmdlet() 공개 메소드

public ExecuteCmdlet ( ) : void
리턴 void

InvokeInDeploymentOperationContext() 보호된 메소드

Invoke the given operation within an OperationContextScope if the channel supports it.
protected InvokeInDeploymentOperationContext ( System.Action action ) : void
action System.Action The action to invoke.
리턴 void