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

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

Private Properties

Свойство Тип Описание

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

Метод Описание
ExecuteCmdlet ( ) : void
RestoreAzureWebsiteDeploymentCommand ( ) : System.Collections.Generic

Initializes a new instance of the RestoreAzureWebsiteDeploymentCommand class.

RestoreAzureWebsiteDeploymentCommand ( IWebsitesServiceManagement channel, IDeploymentServiceManagement deploymentChannel ) : System.Collections.Generic

Initializes a new instance of the RestoreAzureWebsiteDeploymentCommand class.

Описание методов

ExecuteCmdlet() публичный Метод

public ExecuteCmdlet ( ) : void
Результат void

RestoreAzureWebsiteDeploymentCommand() публичный Метод

Initializes a new instance of the RestoreAzureWebsiteDeploymentCommand class.
public RestoreAzureWebsiteDeploymentCommand ( ) : System.Collections.Generic
Результат System.Collections.Generic

RestoreAzureWebsiteDeploymentCommand() публичный Метод

Initializes a new instance of the RestoreAzureWebsiteDeploymentCommand class.
public RestoreAzureWebsiteDeploymentCommand ( IWebsitesServiceManagement channel, IDeploymentServiceManagement deploymentChannel ) : System.Collections.Generic
channel IWebsitesServiceManagement /// Channel used for communication with Azure's service management APIs. ///
deploymentChannel IDeploymentServiceManagement /// Channel used for communication with the git repository. ///
Результат System.Collections.Generic