C# Класс Microsoft.WindowsAzure.Management.Websites.Cmdlets.Common.DeploymentBaseCmdlet

Наследование: WebsiteContextBaseCmdlet
Показать файл Открыть проект

Открытые методы

Метод Описание
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