SiteSlotProcessResource.GetProcessDumpSlotAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}/dump
- Operation Id: WebApps_GetProcessDumpSlot
- Default Api Version: 2023-12-01
- Resource: SiteSlotProcessResource
public virtual System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>> GetProcessDumpSlotAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetProcessDumpSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetProcessDumpSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
Public Overridable Function GetProcessDumpSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET