Freigeben über


SiteSlotInstanceProcessResource.GetInstanceProcessDumpSlotAsync 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}/slots/{slot}/instances/{instanceId}/processes/{processId}/dump
  • Vorgangs-IdWebApps_GetInstanceProcessDumpSlot
public virtual System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>> GetInstanceProcessDumpSlotAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetInstanceProcessDumpSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetInstanceProcessDumpSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
Public Overridable Function GetInstanceProcessDumpSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: