次の方法で共有


IDeploymentOperations.GetLogAsync(String, String, CancellationToken) メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse> GetLogAsync (string deploymentId, string deploymentLogId, System.Threading.CancellationToken cancellationToken);
abstract member GetLogAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse>
Public Function GetLogAsync (deploymentId As String, deploymentLogId As String, cancellationToken As CancellationToken) As Task(Of DeploymentGetLogResponse)

パラメーター

deploymentId
String

デプロイ識別子。

deploymentLogId
String

デプロイ ログ識別子。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

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

適用対象