IWithFrontendPort<ReturnT> 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 a load balancing rule definition allowing to specify the frontend port to load balance.
public interface IWithFrontendPort<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.Definition.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Definition.IWithBackend<ReturnT>>
type IWithFrontendPort<'ReturnT> = interface
interface IWithFrontendPort<IWithBackend<'ReturnT>>
Public Interface IWithFrontendPort(Of ReturnT)
Implements IWithFrontendPort(Of IWithBackend(Of ReturnT))
Type Parameters
- ReturnT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
-
IWithFrontendPort<IWithBackend<ReturnT>>
Methods
FromFrontendPort(Int32) |
Specifies the frontend port to receive network traffic on. (Inherited from IWithFrontendPort<ReturnT>) |