Partilhar via


IWithAttach<ParentT> Interface

Definição

O estágio final da definição da regra NAT de entrada. Nesse estágio, todas as configurações opcionais restantes podem ser especificadas ou a definição de regra NAT de entrada pode ser anexada à definição do balanceador de carga pai.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.Definition.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>, Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.Definition.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithBackendPort<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFloatingIP<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithIdleTimeout<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithBackendPort<'ParentT>
    interface IWithBackendPort<IWithAttach<IWithCreateAndInboundNatRule>>
    interface IWithFloatingIP<'ParentT>
    interface IWithFloatingIP<IWithAttach<IWithCreateAndInboundNatRule>>
    interface IWithIdleTimeout<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithBackendPort(Of IWithAttach(Of IWithCreateAndInboundNatRule)), IWithBackendPort(Of ParentT), IWithFloatingIP(Of IWithAttach(Of IWithCreateAndInboundNatRule)), IWithFloatingIP(Of ParentT), IWithIdleTimeout(Of ParentT)

Parâmetros de tipo

ParentT

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

Derivado
Implementações

Métodos

Attach()

O estágio final da definição da regra NAT de entrada. Nesse estágio, todas as configurações opcionais restantes podem ser especificadas ou a definição de regra NAT de entrada pode ser anexada à definição do balanceador de carga pai.

(Herdado de IInDefinition<ParentT>)
ToBackendPort(Int32)

Especifica uma porta de back-end para a qual enviar o tráfego de rede. Se não for especificado, o mesmo número da porta de back-end será assumido como o usado pelo front-end.

(Herdado de IWithBackendPort<ReturnT>)
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>)
WithIdleTimeoutInMinutes(Int32)

Especifica o tempo limite de conexão ociosa em minutos.

(Herdado de IWithIdleTimeout<ParentT>)

Aplica-se a