C# Class Microsoft.WindowsAzure.Management.Websites.Cmdlets.Common.DeploymentBaseCmdlet

Inheritance: WebsiteContextBaseCmdlet
Mostra file Open project: OctopusDeploy/azure-sdk-tools

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Protected Methods

Method Description
CreateDeploymentChannel ( Repository repository ) : IDeploymentServiceManagement
InvokeInDeploymentOperationContext ( System.Action action ) : void

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

Private Methods

Method Description
GetRepository ( string websiteName ) : Repository

Method Details

CreateDeploymentChannel() protected method

protected CreateDeploymentChannel ( Repository repository ) : IDeploymentServiceManagement
repository Repository
return IDeploymentServiceManagement

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void

InvokeInDeploymentOperationContext() protected method

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.
return void