你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppPlatformDeploymentResource.GetRemoteDebuggingConfig 方法

定义

获取远程调试配置。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/getRemoteDebuggingConfig
  • 操作IdDeployments_GetRemoteDebuggingConfig
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)

参数

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于