IWithFrontend<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 pool definition allowing to specify the frontend for the inbound NAT rules in the pool to apply to.
public interface IWithFrontend<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasFrontend.Definition.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Definition.IWithFrontendPortRange<ParentT>>
type IWithFrontend<'ParentT> = interface
interface IWithFrontend<IWithFrontendPortRange<'ParentT>>
Public Interface IWithFrontend(Of ParentT)
Implements IWithFrontend(Of IWithFrontendPortRange(Of ParentT))
Type Parameters
- ParentT
The parent load balancer type.
- Derived
- Implements
-
IWithFrontend<IWithFrontendPortRange<ParentT>>
Methods
FromExistingPublicIPAddress(IPublicIPAddress) | (Inherited from IWithFrontend<ReturnT>) |
FromExistingPublicIPAddress(String) | (Inherited from IWithFrontend<ReturnT>) |
FromExistingSubnet(INetwork, String) | (Inherited from IWithFrontend<ReturnT>) |
FromExistingSubnet(ISubnet) | (Inherited from IWithFrontend<ReturnT>) |
FromExistingSubnet(String, String) | (Inherited from IWithFrontend<ReturnT>) |
FromFrontend(String) | (Inherited from IWithFrontend<ReturnT>) |
FromNewPublicIPAddress() | (Inherited from IWithFrontend<ReturnT>) |
FromNewPublicIPAddress(ICreatable<IPublicIPAddress>) | (Inherited from IWithFrontend<ReturnT>) |
FromNewPublicIPAddress(String) | (Inherited from IWithFrontend<ReturnT>) |