次の方法で共有


WebSiteResource.GetContainerLogsZipAsync(CancellationToken) メソッド

定義

Description for Gets the ZIP archived docker log files for the given site

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/containerlogs/zip/download
  • 操作IdWebApps_GetContainerLogsZip
public virtual System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>> GetContainerLogsZipAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerLogsZipAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetContainerLogsZipAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
Public Overridable Function GetContainerLogsZipAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象