IWithFloatingIP<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of an inbound NAT rule definition allowing to specify whether floating IP should be enabled.
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))
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
WithFloatingIP(Boolean) |
Sets the floating IP enablement. (Inherited from IWithFloatingIP<ReturnT>) |
WithFloatingIPDisabled() |
Disables floating IP support. (Inherited from IWithFloatingIP<ReturnT>) |
WithFloatingIPEnabled() |
Enables floating IP support. (Inherited from IWithFloatingIP<ReturnT>) |