CodePackageActivationContext.GetEndpoint(String) 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.
Récupère un EndpointResourceDescription par nom.
public System.Fabric.Description.EndpointResourceDescription GetEndpoint (string endpointName);
abstract member GetEndpoint : string -> System.Fabric.Description.EndpointResourceDescription
override this.GetEndpoint : string -> System.Fabric.Description.EndpointResourceDescription
Public Function GetEndpoint (endpointName As String) As EndpointResourceDescription
Paramètres
- endpointName
- String
Nom du point de terminaison.
Retours
Description du point de terminaison avec un nom spécifié.
Implémente
Exceptions
endpointName est null ou vide
Le point de terminaison est introuvable dans le manifeste du service.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET