DeploymentOperationsExtensions.ListLogsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List the logs for a deployment for a website.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse> ListLogsAsync (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId, Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters parameters);
static member ListLogsAsync : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string * Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse>
<Extension()>
Public Function ListLogsAsync (operations As IDeploymentOperations, deploymentId As String, parameters As DeploymentListParameters) As Task(Of DeploymentListLogsResponse)
Parameters
- operations
- IDeploymentOperations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
- deploymentId
- String
Required. The deployment identifier.
- parameters
- DeploymentListParameters
Optional. Additional parameters.
Returns
The list of deployments operation response.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET