WebSiteGetPublishProfileResponse.PublishProfile.Databases Property

 

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

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

public IList<WebSiteGetPublishProfileResponse.Database> Databases { get; set; }

Property Value

Type: System.Collections.Generic.IList<WebSiteGetPublishProfileResponse.Database>

The connection information.

Return to top
Show: