LoadBalancerOutboundRuleProtocol Enum
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 protocol for the outbound rule in load balancer.
public enum LoadBalancerOutboundRuleProtocol
type LoadBalancerOutboundRuleProtocol =
Public Enum LoadBalancerOutboundRuleProtocol
- Inheritance
-
LoadBalancerOutboundRuleProtocol
Fields
| Name | Value | Description |
|---|---|---|
| Tcp | 0 | Tcp. |
| Udp | 1 | Udp. |
| All | 2 | All. |