Bagikan melalui


AppPlatformDeploymentResource.GetRemoteDebuggingConfig 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 Azure.Response<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig> GetRemoteDebuggingConfig (System.Threading.CancellationToken cancellationToken = default);
abstract member GetRemoteDebuggingConfig : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig>
override this.GetRemoteDebuggingConfig : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.Models.ApplicationRemoteDebuggingConfig>
Public Overridable Function GetRemoteDebuggingConfig (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationRemoteDebuggingConfig)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to