WebSiteGetPublishProfileResponse::PublishProfile Class
Represents a publish profile.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Microsoft.WindowsAzure.Management.WebSites.Models::WebSiteGetPublishProfileResponse::PublishProfile
| Name | Description | |
|---|---|---|
![]() | WebSiteGetPublishProfileResponse::PublishProfile() | Initializes a new instance of the WebSiteGetPublishProfileResponse::PublishProfile class. |
| Name | Description | |
|---|---|---|
![]() | ControlPanelUri | Gets or sets the URL of the control panel for the web site. |
![]() | Databases | Gets or sets the connection information for the databases that are used by the web site application. |
![]() | DestinationAppUri | Gets or sets the URL of the web site to which content will be published. |
![]() | FtpPassiveMode | Gets or sets whether FTP passive mode is being used. |
![]() | HostingProviderForumUri | Gets or sets the URL of the forum of the hosting provider. |
![]() | MSDeploySite | Gets or sets the name of the web site to which content will be published. |
![]() | MySqlConnectionString | Gets or sets the connection string for the MySQL database that supports the web site application. |
![]() | ProfileName | Gets or sets the name of the publish profile. |
![]() | PublishMethod | Gets or sets the publish method. |
![]() | PublishUrl | Gets or sets the URL to which content will be uploaded. |
![]() | SqlServerConnectionString | Gets or sets the connection string for the SQL Server database that supports the web site application. |
![]() | UserName | Gets or sets the name for the identity that will be used for publishing. |
![]() | UserPassword | Gest or sets the hash value of the password that will be used for publishing. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


