IWithFrontendPort<ReturnT> Interface
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.
Étape d’une définition de règle d’équilibrage de charge qui permet de spécifier le port frontal à l’équilibrage de charge.
public interface IWithFrontendPort<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.UpdateDefinition.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithBackend<ReturnT>>
type IWithFrontendPort<'ReturnT> = interface
interface IWithFrontendPort<IWithBackend<'ReturnT>>
Public Interface IWithFrontendPort(Of ReturnT)
Implements IWithFrontendPort(Of IWithBackend(Of ReturnT))
Paramètres de type
- ReturnT
Étape de la définition parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
-
IWithFrontendPort<IWithBackend<ReturnT>>
Méthodes
FromFrontendPort(Int32) |
Spécifie le port frontal sur lequel recevoir le trafic réseau. (Hérité de IWithFrontendPort<ReturnT>) |
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