DeploymentOperationsExtensions::GetLog Method (IDeploymentOperations^, String^, String^)

 

Gets a deployment log for a website.

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

public:
[ExtensionAttribute]
static DeploymentGetLogResponse^ GetLog(
	IDeploymentOperations^ operations,
	String^ deploymentId,
	String^ deploymentLogId
)

Parameters

operations
Type: Microsoft.WindowsAzure.WebSitesExtensions::IDeploymentOperations^

Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.

deploymentId
Type: System::String^

Required. The deployment identifier.

deploymentLogId
Type: System::String^

Required. The deployment log identifier.

Return Value

Type: Microsoft.WindowsAzure.WebSitesExtensions.Models::DeploymentGetLogResponse^

The get log for a deployments operation response.

Return to top
Show: