Compartilhar via


IWithFloatingIP<ReturnT> Interface

Definição

O estágio de uma definição de regra de balanceamento de carga que permite habilitar a funcionalidade de IP flutuante.

public interface IWithFloatingIP<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.Definition.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Definition.IWithAttach<ReturnT>>
type IWithFloatingIP<'ReturnT> = interface
    interface IWithFloatingIP<IWithAttach<'ReturnT>>
Public Interface IWithFloatingIP(Of ReturnT)
Implements IWithFloatingIP(Of IWithAttach(Of ReturnT))

Parâmetros de tipo

ReturnT

O estágio da definição pai à qual retornar depois de anexar essa definição.

Derivado
Implementações

Métodos

WithFloatingIP(Boolean)

Define a habilitação de IP flutuante.

(Herdado de IWithFloatingIP<ReturnT>)
WithFloatingIPDisabled()

Desabilita o suporte a IP flutuante.

(Herdado de IWithFloatingIP<ReturnT>)
WithFloatingIPEnabled()

Habilita o suporte a IP flutuante.

(Herdado de IWithFloatingIP<ReturnT>)

Aplica-se a