DeploymentOperationsExtensions.ListLogs 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 DeploymentListLogsResponse ListLogs(
this IDeploymentOperations operations,
string deploymentId,
DeploymentListParameters parameters
)
public:
[ExtensionAttribute]
static DeploymentListLogsResponse^ ListLogs(
IDeploymentOperations^ operations,
String^ deploymentId,
DeploymentListParameters^ parameters
)
static member ListLogs :
operations:IDeploymentOperations *
deploymentId:string *
parameters:DeploymentListParameters -> DeploymentListLogsResponse
<ExtensionAttribute>
Public Shared Function ListLogs (
operations As IDeploymentOperations,
deploymentId As String,
parameters As DeploymentListParameters
) As 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: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse
The list of deployments operation response.
See Also
DeploymentOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top