Partager via


IWithBackendPort<ParentT> Interface

Définition

Étape d’une définition de règle NAT entrante permettant de spécifier le port back-end.

public interface IWithBackendPort<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.Definition.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>
type IWithBackendPort<'ParentT> = interface
    interface IWithBackendPort<IWithAttach<IWithCreateAndInboundNatRule>>
Public Interface IWithBackendPort(Of ParentT)
Implements IWithBackendPort(Of IWithAttach(Of IWithCreateAndInboundNatRule))

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

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 à