次の方法で共有


DeploymentOperationsExtensions.ListLogs メソッド

定義

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

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

パラメーター

operations
IDeploymentOperations

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

deploymentId
String

必須。 デプロイ識別子。

parameters
DeploymentListParameters

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

戻り値

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

適用対象