次の方法で共有


DeploymentOperationsExtensions.ListLogsAsync メソッド

定義

Web サイトのデプロイのログを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse> ListLogsAsync(this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId, Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters parameters);
static member ListLogsAsync : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string * Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse>
<Extension()>
Public Function ListLogsAsync (operations As IDeploymentOperations, deploymentId As String, parameters As DeploymentListParameters) As Task(Of DeploymentListLogsResponse)

パラメーター

operations
IDeploymentOperations

Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations への参照。

deploymentId
String

必須です。 デプロイ識別子。

parameters
DeploymentListParameters

省略可能。 追加のパラメーター。

戻り値

デプロイ操作の応答の一覧。

適用対象