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

Inheritance: Microsoft.WindowsAzure.Commands.Utilities.Websites.Common.WebsiteContextBaseCmdlet, IDynamicParameters
ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
PrepareFileFullPaths void

Public Methods

Method 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

Method Description
PrepareFileFullPaths ( ) : void

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

Method Details

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void

GetDynamicParameters() public method

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
return object