Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.UpdateDefinition Namespace

Interfaces

IBlank<ReturnT>

The first stage of the load balancer outbound rule definition.

IUpdateDefinition<ReturnT>

The entirety of a load balancer outbound rule definition.

IWithAttach<ReturnT>

The final stage of the load balancing rule definition. At this stage, any remaining optional settings can be specified, or the load balancing rule definition can be attached to the parent load balancer definition.

IWithBackend<ReturnT>

The stage of a load balancer outbound rule definition allowing to specify the backend to associate the rule with.

IWithFrontend<ReturnT>

The stage of a load balancer outbound rule definition allowing to specify the frontends to associate with the rule.

IWithIdleTimeout<ReturnT>

The stage of a load balancer outbound rule definition allowing to specify the connection timeout for idle connections.

IWithProtocol<ReturnT>

The stage of a load balancer outbound rule definition allowing to specify the transport protocol to apply the rule to.

IWithTcpReset<ReturnT>

The stage of a load balancer outbound rule definition allowing to specify the bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.