次の方法で共有


SiteDeploymentResource.GetDeploymentLogAsync(CancellationToken) メソッド

定義

「アプリまたはデプロイ スロットの特定のデプロイのデプロイ ログを一覧表示する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deployments/{id}/log
  • 操作IdWebApps_ListDeploymentLog
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDeploymentResource>> GetDeploymentLogAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentLogAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDeploymentResource>>
override this.GetDeploymentLogAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDeploymentResource>>
Public Overridable Function GetDeploymentLogAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteDeploymentResource))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象