Partager via


AppPlatformDeploymentResource.EnableRemoteDebuggingAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig>> EnableRemoteDebuggingAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member EnableRemoteDebuggingAsync : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig>>
override this.EnableRemoteDebuggingAsync : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig>>
Public Overridable Function EnableRemoteDebuggingAsync (waitUntil As WaitUntil, Optional content As ApplicationRemoteDebuggingContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 à