Condividi tramite


WebAppsOperationsExtensions.GetProcessDumpSlotAsync Metodo

Definizione

Ottenere un dump di memoria di un processo in base al relativo ID per un'istanza di scalabilità orizzontale specifica in un sito Web.

public static System.Threading.Tasks.Task<System.IO.Stream> GetProcessDumpSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string processId, string slot, System.Threading.CancellationToken cancellationToken = default);
static member GetProcessDumpSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
<Extension()>
Public Function GetProcessDumpSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, processId As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Stream)

Parametri

operations
IWebAppsOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome sito.

processId
String

PID.

slot
String

Nome dello slot di distribuzione. Se non viene specificato uno slot, l'API restituisce le distribuzioni per lo slot di produzione.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Descrizione per Ottenere un dump di memoria di un processo in base al relativo ID per un'istanza di scalabilità orizzontale specifica in un sito Web.

Si applica a