WebAppsOperationsExtensions.GetRelayServiceConnectionSlotAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une configuration de connexion hybride par son nom.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.RelayServiceConnectionEntityInner> GetRelayServiceConnectionSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string entityName, string slot, System.Threading.CancellationToken cancellationToken = default);
static member GetRelayServiceConnectionSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.RelayServiceConnectionEntityInner>
<Extension()>
Public Function GetRelayServiceConnectionSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, entityName As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RelayServiceConnectionEntityInner)
Paramètres
- operations
- IWebAppsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient la ressource.
- name
- String
Nom de l’application.
- entityName
- String
Nom de la connexion hybride.
- slot
- String
Nom de l’emplacement de déploiement. Si aucun emplacement n’est spécifié, l’API obtient une connexion hybride pour l’emplacement de production.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Description pour Obtient une configuration de connexion hybride par son nom.
S’applique à
Azure SDK for .NET