WebSiteGetPublishProfileResponse.PublishProfile Class

 

Represents a publish profile.

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

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

Public Class PublishProfile

NameDescription
System_CAPS_pubmethodWebSiteGetPublishProfileResponse.PublishProfile()

Initializes a new instance of the WebSiteGetPublishProfileResponse.PublishProfile class.

NameDescription
System_CAPS_pubpropertyControlPanelUri

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

System_CAPS_pubpropertyDatabases

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

System_CAPS_pubpropertyDestinationAppUri

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

System_CAPS_pubpropertyFtpPassiveMode

Gets or sets whether FTP passive mode is being used.

System_CAPS_pubpropertyHostingProviderForumUri

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

System_CAPS_pubpropertyMSDeploySite

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

System_CAPS_pubpropertyMySqlConnectionString

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

System_CAPS_pubpropertyProfileName

Gets or sets the name of the publish profile.

System_CAPS_pubpropertyPublishMethod

Gets or sets the publish method.

System_CAPS_pubpropertyPublishUrl

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

System_CAPS_pubpropertySqlServerConnectionString

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

System_CAPS_pubpropertyUserName

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

System_CAPS_pubpropertyUserPassword

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: