Partager via


IWithFloatingIP<ParentT> Interface

Définition

Étape d’une définition de règle NAT entrante permettant de spécifier si l’adresse IP flottante doit être activée.

public interface IWithFloatingIP<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.Definition.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>
type IWithFloatingIP<'ParentT> = interface
    interface IWithFloatingIP<IWithAttach<IWithCreateAndInboundNatRule>>
Public Interface IWithFloatingIP(Of ParentT)
Implements IWithFloatingIP(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

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>)

S’applique à