IWithFloatingIP<ReturnT> 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 d’équilibrage de charge permettant d’activer la fonctionnalité IP flottante.
public interface IWithFloatingIP<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.UpdateDefinition.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithAttach<ReturnT>>
type IWithFloatingIP<'ReturnT> = interface
interface IWithFloatingIP<IWithAttach<'ReturnT>>
Public Interface IWithFloatingIP(Of ReturnT)
Implements IWithFloatingIP(Of IWithAttach(Of ReturnT))
Paramètres de type
- ReturnT
Étape de la définition parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
-
IWithFloatingIP<IWithAttach<ReturnT>>
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