Freigeben über


AppPlatformDeploymentResource.EnableRemoteDebugging Methode

Definition

Aktivieren Sie das Remotedebuggen.

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

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
ApplicationRemoteDebuggingContent

Parameter zum Aktivieren des Remotedebuggens.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: