IWithBackendPort<ParentT> 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 pool NAT entrant permettant de spécifier le port principal.
public interface IWithBackendPort<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.UpdateDefinition.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.UpdateDefinition.IWithAttach<ParentT>>
type IWithBackendPort<'ParentT> = interface
interface IWithBackendPort<IWithAttach<'ParentT>>
Public Interface IWithBackendPort(Of ParentT)
Implements IWithBackendPort(Of IWithAttach(Of ParentT))
Paramètres de type
- ParentT
Étape de la définition parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
-
IWithBackendPort<IWithAttach<ParentT>>
Méthodes
ToBackendPort(Int32) |
Spécifie un port principal vers lequel envoyer le trafic réseau. S’il n’est pas spécifié, le même numéro de port principal est supposé que celui utilisé par le serveur frontal. (Hérité de IWithBackendPort<ReturnT>) |
S’applique à
Azure SDK for .NET