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

AppServicePlanResource.GetAppServicePlanHybridConnectionNamespaceRelayAsync 方法

定义

检索App 服务计划中使用的混合连接的说明。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • 操作IdAppServicePlans_GetHybridConnection
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource>> GetAppServicePlanHybridConnectionNamespaceRelayAsync (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServicePlanHybridConnectionNamespaceRelayAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource>>
override this.GetAppServicePlanHybridConnectionNamespaceRelayAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource>>
Public Overridable Function GetAppServicePlanHybridConnectionNamespaceRelayAsync (namespaceName As String, relayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServicePlanHybridConnectionNamespaceRelayResource))

参数

namespaceName
String

服务总线命名空间的名称。

relayName
String

服务总线中继的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

namespaceNamerelayName 是空字符串,预期为非空。

namespaceNamerelayName 为 null。

适用于