IWithFrontendPort<ParentT> Interface

Definition

The stage of an inbound NAT rule definition allowing to specify the frontend port.

public interface IWithFrontendPort<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.UpdateDefinition.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.UpdateDefinition.IWithAttach<ParentT>>
type IWithFrontendPort<'ParentT> = interface
    interface IWithFrontendPort<IWithAttach<'ParentT>>
Public Interface IWithFrontendPort(Of ParentT)
Implements IWithFrontendPort(Of IWithAttach(Of ParentT))

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

FromFrontendPort(Int32)

Specifies the frontend port to receive network traffic on.

(Inherited from IWithFrontendPort<ReturnT>)

Applies to