C# Class Microsoft.WindowsAzure.Commands.Websites.PublishAzureWebsiteProject

Inheritance: Microsoft.WindowsAzure.Commands.Utilities.Websites.Common.WebsiteContextBaseCmdlet, IDynamicParameters
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Свойство Type Description
PrepareFileFullPaths void

Méthodes publiques

Méthode Description
ExecuteCmdlet ( ) : void
GetDynamicParameters ( ) : object

Generate dynamic parameters based on the connection strings in the Web.config. It will look at 2 Web.config files: 1. Web.config 2. Web.<configuration>.config (like Web.Release.config) This only works when -ProjectFile is used and -ConnectionString is not used.

Private Methods

Méthode Description
PrepareFileFullPaths ( ) : void

Prepare the full path of the project file and Web.config files.

Method Details

ExecuteCmdlet() public méthode

public ExecuteCmdlet ( ) : void
Résultat void

GetDynamicParameters() public méthode

Generate dynamic parameters based on the connection strings in the Web.config. It will look at 2 Web.config files: 1. Web.config 2. Web.<configuration>.config (like Web.Release.config) This only works when -ProjectFile is used and -ConnectionString is not used.
public GetDynamicParameters ( ) : object
Résultat object