DeploymentOperationsExtensions::ListLogsAsync Method (IDeploymentOperations^, String^, DeploymentListParameters^)
List the logs for a deployment for a website.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: [ExtensionAttribute] static Task<DeploymentListLogsResponse^>^ ListLogsAsync( IDeploymentOperations^ operations, String^ deploymentId, DeploymentListParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.WebSitesExtensions::IDeploymentOperations^
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
- deploymentId
-
Type:
System::String^
Required. The deployment identifier.
- parameters
-
Type:
Microsoft.WindowsAzure.WebSitesExtensions.Models::DeploymentListParameters^
Optional. Additional parameters.
Return Value
Type: System.Threading.Tasks::Task<DeploymentListLogsResponse^>^The list of deployments operation response.
Show: