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

Inheritance: WebsiteContextBaseCmdlet
Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void

Méthodes protégées

Méthode Description
CreateDeploymentChannel ( Repository repository ) : IDeploymentServiceManagement
InvokeInDeploymentOperationContext ( System.Action action ) : void

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

Private Methods

Méthode Description
GetRepository ( string websiteName ) : Repository

Method Details

CreateDeploymentChannel() protected méthode

protected CreateDeploymentChannel ( Repository repository ) : IDeploymentServiceManagement
repository Repository
Résultat IDeploymentServiceManagement

ExecuteCmdlet() public méthode

public ExecuteCmdlet ( ) : void
Résultat void

InvokeInDeploymentOperationContext() protected méthode

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.
Résultat void