Compartilhar via


AppPlatformDeploymentResource.GenerateHeapDumpAsync Método

Definição

Gerar despejo de heap

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/generateHeapDump
  • IdDeployments_GenerateHeapDump de operação
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> GenerateHeapDumpAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppPlatform.Models.ApplicationDiagnosticContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateHeapDumpAsync : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.ApplicationDiagnosticContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.GenerateHeapDumpAsync : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.ApplicationDiagnosticContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function GenerateHeapDumpAsync (waitUntil As WaitUntil, content As ApplicationDiagnosticContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

content
ApplicationDiagnosticContent

Parâmetros para a operação de diagnóstico.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a