WebSiteOperationsExtensions.GetPublishProfile Method (IWebSiteOperations, String, String)

 

You can retrieve the publish settings information for a web site by issuing an HTTP GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166996.aspx for more information)

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

<ExtensionAttribute>
Public Shared Function GetPublishProfile (
	operations As IWebSiteOperations,
	webSpaceName As String,
	webSiteName As String
) As WebSiteGetPublishProfileResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.

webSpaceName
Type: System.String

Required. The name of the web space.

webSiteName
Type: System.String

Required. The name of the web site.

Return Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse

The Get Publish Profile Web Site operation response.

Return to top
Show: