DeploymentOperationsExtensions.GetLogAsync Method (IDeploymentOperations, String, String)
Gets a deployment log for a website.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
<ExtensionAttribute> Public Shared Function GetLogAsync ( operations As IDeploymentOperations, deploymentId As String, deploymentLogId As String ) As Task(Of DeploymentGetLogResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
- deploymentId
-
Type:
System.String
Required. The deployment identifier.
- deploymentLogId
-
Type:
System.String
Required. The deployment log identifier.
Return Value
Type: System.Threading.Tasks.Task(Of DeploymentGetLogResponse)The get log for a deployments operation response.
Show: