次の方法で共有


DeploymentOperationsExtensions.GetLogAsync メソッド

定義

Web サイトのデプロイ ログを取得します。

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

パラメーター

operations
IDeploymentOperations

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

deploymentId
String

必須。 デプロイ識別子。

deploymentLogId
String

必須。 デプロイ ログ識別子。

戻り値

デプロイ操作の応答の取得ログ。

適用対象