Freigeben über


WebSiteResource.GetContainerLogsZipAsync(CancellationToken) Methode

Definition

Beschreibung für Ruft die ZIP-archivierten Docker-Protokolldateien für die angegebene Website ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/containerlogs/zip/download
  • Vorgang 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))

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: