Partager via


WebSiteSlotHybridConnectionCollection.GetAsync Méthode

Définition

Description pour Obtient une configuration de connexion hybride par son nom.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection/{entityName}
  • IdWebApps_GetRelayServiceConnectionSlot d’opération
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))

Paramètres

entityName
String

Nom de la connexion hybride.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

entityName est une chaîne vide et devait être non vide.

entityName a la valeur null.

S’applique à