Partager via


IWithAttach<ParentT> Interface

Définition

Dernière étape de la définition de règle NAT de trafic entrant. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés, ou la définition de règle NAT de trafic entrant peut être attachée à la définition de l’équilibreur de charge parent.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.UpdateDefinition.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.UpdateDefinition.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.UpdateDefinition.IWithBackendPort<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.UpdateDefinition.IWithFloatingIP<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.UpdateDefinition.IWithIdleTimeout<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInUpdate<'ParentT>
    interface IWithBackendPort<'ParentT>
    interface IWithBackendPort<IWithAttach<'ParentT>>
    interface IWithFloatingIP<'ParentT>
    interface IWithFloatingIP<IWithAttach<'ParentT>>
    interface IWithIdleTimeout<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithBackendPort(Of IWithAttach(Of ParentT)), IWithBackendPort(Of ParentT), IWithFloatingIP(Of IWithAttach(Of ParentT)), IWithFloatingIP(Of ParentT), IWithIdleTimeout(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

Méthodes

Attach()

Dernière étape de la définition de règle NAT de trafic entrant. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés, ou la définition de règle NAT de trafic entrant peut être attachée à la définition de l’équilibreur de charge parent.

(Hérité de IInUpdate<ParentT>)
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>)
WithFloatingIP(Boolean)

Définit l’activation de l’adresse IP flottante.

(Hérité de IWithFloatingIP<ReturnT>)
WithFloatingIPDisabled()

Désactive la prise en charge des adresses IP flottantes.

(Hérité de IWithFloatingIP<ReturnT>)
WithFloatingIPEnabled()

Active la prise en charge des adresses IP flottantes.

(Hérité de IWithFloatingIP<ReturnT>)
WithIdleTimeoutInMinutes(Int32)

Spécifie le délai d’expiration de la connexion inactive en minutes.

(Hérité de IWithIdleTimeout<ParentT>)

S’applique à