Compartilhar via


AppServicePlanHybridConnectionNamespaceRelayCollection.GetAsync Método

Definição

Descrição para Recuperar uma Conexão Híbrida em uso em um plano de Serviço de Aplicativo.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}
  • IdAppServicePlans_GetHybridConnection de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource>> GetAsync (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource>>
override this.GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource>>
Public Overridable Function GetAsync (namespaceName As String, relayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServicePlanHybridConnectionNamespaceRelayResource))

Parâmetros

namespaceName
String

Nome do namespace do Barramento de Serviço.

relayName
String

Nome da retransmissão do Barramento de Serviço.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

namespaceName ou relayName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

namespaceName ou relayName é nulo.

Aplica-se a