OutboundType Struct
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.
This can only be set at cluster pool creation time and cannot be changed later.
public readonly struct OutboundType : IEquatable<Azure.ResourceManager.HDInsight.Containers.Models.OutboundType>
type OutboundType = struct
Public Structure OutboundType
Implements IEquatable(Of OutboundType)
- Inheritance
-
OutboundType
- Implements
Constructors
OutboundType(String) |
Initializes a new instance of OutboundType. |
Properties
LoadBalancer |
The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. |
UserDefinedRouting |
Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. |
Methods
Equals(OutboundType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(OutboundType, OutboundType) |
Determines if two OutboundType values are the same. |
Implicit(String to OutboundType) |
Converts a string to a OutboundType. |
Inequality(OutboundType, OutboundType) |
Determines if two OutboundType values are not the same. |