DeploymentOperationsExtensions.ListLogs 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 Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse ListLogs (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId, Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters parameters);
static member ListLogs : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string * Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters -> Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse
<Extension()>
Public Function ListLogs (operations As IDeploymentOperations, deploymentId As String, parameters As DeploymentListParameters) As 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET