WebSiteGetPublishProfileResponse.PublishProfile Class

Definition

Attributes that hold publish profile values.

public class WebSiteGetPublishProfileResponse.PublishProfile
type WebSiteGetPublishProfileResponse.PublishProfile = class
Public Class WebSiteGetPublishProfileResponse.PublishProfile
Inheritance
WebSiteGetPublishProfileResponse.PublishProfile

Constructors

WebSiteGetPublishProfileResponse.PublishProfile()

Initializes a new instance of the PublishProfile class.

Properties

ControlPanelUri

Optional. The URL of the control panel for the web site.

Databases

Optional. Connection information for the databases used by the web site application.

DestinationAppUri

Optional. The URL of the web site that will be published to.

FtpPassiveMode

Optional. Indicates if FTP passive mode is being used. This attribute applies only if publishMethod is set to FTP.

HostingProviderForumUri

Optional. The URL of the forum of the hosting provider.

MSDeploySite

Optional. The name of the web site that will be published to. This attribute applies only if publishMethod is set to MSDeploy.

MySqlConnectionString

Optional. The MySQL database connection string for the web site application, if the web site connects to a MySQL database.

ProfileName

Optional. The unique name of the publish profile.

PublishMethod

Optional. The publish method, such as MSDeploy or FTP.

PublishUrl

Optional. The URL to which content will be uploaded.

SqlServerConnectionString

Optional. The SQL Server database connection string for the web site application, if the web site connects to a SQL Server database.

UserName

Optional. The name of the user that will be used for publishing.

UserPassword

Optional. Hash value of the password that will be used for publishing.

Applies to