AppPlatformDeploymentResource.GetRemoteDebuggingConfigAsync Method

Definition

Get remote debugging config.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/getRemoteDebuggingConfig
  • Operation Id: Deployments_GetRemoteDebuggingConfig
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformDeploymentResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig>> GetRemoteDebuggingConfigAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetRemoteDebuggingConfigAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig>>
override this.GetRemoteDebuggingConfigAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig>>
Public Overridable Function GetRemoteDebuggingConfigAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApplicationRemoteDebuggingConfig))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to