Partager via


AppPlatformDeploymentResource.EnableRemoteDebugging Méthode

Définition

Activez le débogage à distance.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/enableRemoteDebugging
  • Opération 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)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

content
ApplicationRemoteDebuggingContent

Paramètres pour activer le débogage à distance.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

S’applique à