AppPlatformDeploymentResource.GetRemoteDebuggingConfigAsync 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.
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.