WebSiteGetPublishProfileResponse.PublishProfile Class

 

Represents a publish profile.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.PublishProfile

Syntax

public class PublishProfile
public ref class PublishProfile 
type PublishProfile = class end
Public Class PublishProfile

Constructors

Name Description
System_CAPS_pubmethod WebSiteGetPublishProfileResponse.PublishProfile()

Initializes a new instance of the WebSiteGetPublishProfileResponse.PublishProfile class.

Properties

Name Description
System_CAPS_pubproperty ControlPanelUri

Gets or sets the URL of the control panel for the web site.

System_CAPS_pubproperty Databases

Gets or sets the connection information for the databases that are used by the web site application.

System_CAPS_pubproperty DestinationAppUri

Gets or sets the URL of the web site to which content will be published.

System_CAPS_pubproperty FtpPassiveMode

Gets or sets whether FTP passive mode is being used.

System_CAPS_pubproperty HostingProviderForumUri

Gets or sets the URL of the forum of the hosting provider.

System_CAPS_pubproperty MSDeploySite

Gets or sets the name of the web site to which content will be published.

System_CAPS_pubproperty MySqlConnectionString

Gets or sets the connection string for the MySQL database that supports the web site application.

System_CAPS_pubproperty ProfileName

Gets or sets the name of the publish profile.

System_CAPS_pubproperty PublishMethod

Gets or sets the publish method.

System_CAPS_pubproperty PublishUrl

Gets or sets the URL to which content will be uploaded.

System_CAPS_pubproperty SqlServerConnectionString

Gets or sets the connection string for the SQL Server database that supports the web site application.

System_CAPS_pubproperty UserName

Gets or sets the name for the identity that will be used for publishing.

System_CAPS_pubproperty UserPassword

Gest or sets the hash value of the password that will be used for publishing.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top