Freigeben über


AppPlatformDeploymentResource.StartJfr Methode

Definition

Starten von JFR

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/startJFR
  • Vorgang IdDeployments_StartJFR
public virtual Azure.ResourceManager.ArmOperation StartJfr (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppPlatform.Models.ApplicationDiagnosticContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member StartJfr : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.ApplicationDiagnosticContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.StartJfr : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.ApplicationDiagnosticContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function StartJfr (waitUntil As WaitUntil, content As ApplicationDiagnosticContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der lange ausgeführte Vorgang für den Dienst abgeschlossen ist; Started , wenn es nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführung finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

content
ApplicationDiagnosticContent

Parameter für den Diagnosevorgang.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: