DeploymentOperationsExtensions.ListLogsAsync Method (IDeploymentOperations, String, DeploymentListParameters)
List the logs for a deployment for a website.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public static Task<DeploymentListLogsResponse> ListLogsAsync(
this IDeploymentOperations operations,
string deploymentId,
DeploymentListParameters parameters
)
public:
[ExtensionAttribute]
static Task<DeploymentListLogsResponse^>^ ListLogsAsync(
IDeploymentOperations^ operations,
String^ deploymentId,
DeploymentListParameters^ parameters
)
static member ListLogsAsync :
operations:IDeploymentOperations *
deploymentId:string *
parameters:DeploymentListParameters -> Task<DeploymentListLogsResponse>
<ExtensionAttribute>
Public Shared Function ListLogsAsync (
operations As IDeploymentOperations,
deploymentId As String,
parameters As DeploymentListParameters
) As Task(Of DeploymentListLogsResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperationsReference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
deploymentId
Type: System.StringRequired. The deployment identifier.
parameters
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParametersOptional. Additional parameters.
Return Value
Type: System.Threading.Tasks.Task<DeploymentListLogsResponse>
The list of deployments operation response.
See Also
DeploymentOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top