WebAppsOperationsExtensions.GetInstanceMSDeployLogSlotAsync Method

Definition

Get the MSDeploy Log for the last MSDeploy operation.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.MSDeployLog> GetInstanceMSDeployLogSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot, string instanceId, System.Threading.CancellationToken cancellationToken = default);
static member GetInstanceMSDeployLogSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.MSDeployLog>
<Extension()>
Public Function GetInstanceMSDeployLogSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, instanceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of MSDeployLog)

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of web app.

slot
String

Name of web app slot. If not specified then will default to production slot.

instanceId
String

ID of web app instance.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Get the MSDeploy Log for the last MSDeploy operation.

Applies to