C# Class Microsoft.WindowsAzure.Management.Websites.Cmdlets.RestoreAzureWebsiteDeploymentCommand

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

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void

RestoreAzureWebsiteDeploymentCommand() public method

Initializes a new instance of the RestoreAzureWebsiteDeploymentCommand class.
public RestoreAzureWebsiteDeploymentCommand ( ) : System.Collections.Generic
return System.Collections.Generic

RestoreAzureWebsiteDeploymentCommand() public method

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. ///
return System.Collections.Generic