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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public ExecuteCmdlet ( ) : void
Résultat void

RestoreAzureWebsiteDeploymentCommand() public méthode

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

RestoreAzureWebsiteDeploymentCommand() public méthode

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. ///
Résultat System.Collections.Generic