Freigeben über


SiteInstanceProcessResource.GetInstanceProcessDumpAsync Methode

Definition

Beschreibung für Abrufen eines Speicherabbilds eines Prozesses anhand seiner ID für eine bestimmte horizontal skalierte instance auf einer Website.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}/processes/{processId}/dump
  • Vorgangs-IdWebApps_GetInstanceProcessDump
public virtual System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>> GetInstanceProcessDumpAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetInstanceProcessDumpAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetInstanceProcessDumpAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
Public Overridable Function GetInstanceProcessDumpAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: