ILoadBalancerOutboundRule 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.
A client-side representation of an outbound rule of the load balancer.
public interface ILoadBalancerOutboundRule : Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerOutboundRuleProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.OutboundRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancerOutboundRule = interface
interface IHasInner<OutboundRuleInner>
interface IChildResource<ILoadBalancer>
interface IHasName
interface IIndexable
interface IHasParent<ILoadBalancer>
interface IHasProtocol<LoadBalancerOutboundRuleProtocol>
Public Interface ILoadBalancerOutboundRule
Implements IChildResource(Of ILoadBalancer), IHasInner(Of OutboundRuleInner), IHasParent(Of ILoadBalancer), IHasProtocol(Of LoadBalancerOutboundRuleProtocol)
- Implements
Properties
Backend |
Gets the backend pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. |
Frontends |
Gets the frontend IP addresses. |
IdleTimeoutInMinutes |
Gets the timeout for the TCP idle connection. |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
Protocol |
Gets the protocol. (Inherited from IHasProtocol<ProtocolT>) |
TcpResetEnabled |
Gets receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP. |
Applies to
Azure SDK for .NET