PublishProfile Members

Represents a publish profile.

The following tables list the members exposed by the PublishProfile type.

Public Constructors

  Name Description
  PublishProfile Initializes a new instance of the PublishProfile class.

Top

Public Properties

  Name Description
public property ControlPanelUri Gets or sets the URL of the control panel for the web site.
public property Databases Gets or sets the connection information for the databases that are used by the web site application.
public property DestinationAppUri Gets or sets the URL of the web site to which content will be published.
public property FtpPassiveMode Gets or sets whether FTP passive mode is being used.
public property HostingProviderForumUri Gets or sets the URL of the forum of the hosting provider.
public property MSDeploySite Gets or sets the name of the web site to which content will be published.
public property MySqlConnectionString Gets or sets the connection string for the MySQL database that supports the web site application.
public property ProfileName Gets or sets the name of the publish profile.
public property PublishMethod Gets or sets the publish method.
public property PublishUrl Gets or sets the URL to which content will be uploaded.
public property SqlServerConnectionString Gets or sets the connection string for the SQL Server database that supports the web site application.
public property UserName Gets or sets the name for the identity that will be used for publishing.
public property UserPassword Gest or sets the hash value of the password that will be used for publishing.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

PublishProfile Class
Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse Namespace