Compartilhar via


WebSiteSlotResource.GetWebSiteSlotHybridConnection 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 Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource> GetWebSiteSlotHybridConnection (string entityName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWebSiteSlotHybridConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>
override this.GetWebSiteSlotHybridConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>
Public Overridable Function GetWebSiteSlotHybridConnection (entityName As String, Optional cancellationToken As CancellationToken = Nothing) As 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