AppPlatformDeploymentResource.EnableRemoteDebuggingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enable remote debugging.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/enableRemoteDebugging
- Operation Id: Deployments_EnableRemoteDebugging
- Default Api Version: 2022-12-01
- Resource: AppPlatformDeploymentResource
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))
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
Parameters for enable remote debugging.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Azure SDK for .NET