Partilhar via


WebSiteSlotHybridConnectionCollection.GetAsync Método

Definição

Descrição de Obtém uma configuração de conexão híbrida pelo nome.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection/{entityName}
  • Operação IdWebApps_GetRelayServiceConnectionSlot
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>> GetAsync (string entityName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>>
Public Overridable Function GetAsync (entityName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotHybridConnectionResource))

Parâmetros

entityName
String

Nome da conexão híbrida.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

entityName é nulo.

Aplica-se a