IWebSiteOperations.GetPublishProfileAsync Method
Asynchronously retrieves the publish settings information for a website.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Usage
'Usage
Dim instance As IWebSiteOperations
Dim webSpaceName As String
Dim webSiteName As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of WebSiteGetPublishProfileResponse)
returnValue = instance.GetPublishProfileAsync(webSpaceName, webSiteName, cancellationToken)
Syntax
'Declaration
Function GetPublishProfileAsync ( _
webSpaceName As String, _
webSiteName As String, _
cancellationToken As CancellationToken _
) As Task(Of WebSiteGetPublishProfileResponse)
Task<WebSiteGetPublishProfileResponse> GetPublishProfileAsync (
string webSpaceName,
string webSiteName,
CancellationToken cancellationToken
)
Task<WebSiteGetPublishProfileResponse^>^ GetPublishProfileAsync (
String^ webSpaceName,
String^ webSiteName,
CancellationToken cancellationToken
)
Task<WebSiteGetPublishProfileResponse> GetPublishProfileAsync (
String webSpaceName,
String webSiteName,
CancellationToken cancellationToken
)
function GetPublishProfileAsync (
webSpaceName : String,
webSiteName : String,
cancellationToken : CancellationToken
) : Task<WebSiteGetPublishProfileResponse>
Parameters
- webSpaceName
The name of the web space.
- webSiteName
The name of the website.
- cancellationToken
The cancellation token.
Return Value
An WebSiteGetPublishProfileResponse object that contains the publish settings.
Remarks
For more information about retrieving publish settings, see Get a Site’s Publish Profile.
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.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
IWebSiteOperations Interface
IWebSiteOperations Members
Microsoft.WindowsAzure.Management.WebSites Namespace