Freigeben über


AppPlatformDeploymentResource.DisableRemoteDebugging Methode

Definition

Deaktivieren Sie das Remotedebuggen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/disableRemoteDebugging
  • Vorgang IdDeployments_DisableRemoteDebugging
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig> DisableRemoteDebugging (Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);
abstract member DisableRemoteDebugging : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig>
override this.DisableRemoteDebugging : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig>
Public Overridable Function DisableRemoteDebugging (waitUntil As WaitUntil, 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.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: