IWithFloatingIP<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 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 à
Azure SDK for .NET