次の方法で共有


SiteSlotDeploymentResource.GetDeploymentLogSlotAsync メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象