Dela via


WebAppsOperationsExtensions.ListDeploymentLogAsync Metod

Definition

Lista distributionslogg för specifik distribution för en app eller ett distributionsfack.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DeploymentInner> ListDeploymentLogAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string id, System.Threading.CancellationToken cancellationToken = default);
static member ListDeploymentLogAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DeploymentInner>
<Extension()>
Public Function ListDeploymentLogAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, id As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentInner)

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Namnet på appen.

id
String

ID för en specifik distribution. Det här är värdet för namnegenskapen i JSON-svaret från "GET /api/sites/{siteName}/deployments".

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för Lista distributionslogg för specifik distribution för en app eller ett distributionsfack.

Gäller för