LoadBalancerMode 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.
The load balancer mode. Set to Advanced to enable additional capabilities on a Standard SKU load balancer. Advanced mode must be specified at creation and cannot be changed afterward.
public readonly struct LoadBalancerMode : IEquatable<Azure.ResourceManager.Network.Models.LoadBalancerMode>
type LoadBalancerMode = struct
Public Structure LoadBalancerMode
Implements IEquatable(Of LoadBalancerMode)
- Inheritance
-
LoadBalancerMode
- Implements
Constructors
| Name | Description |
|---|---|
| LoadBalancerMode(String) |
Initializes a new instance of LoadBalancerMode. |
Properties
| Name | Description |
|---|---|
| Advanced |
Advanced mode, which enables additional capabilities on a Standard SKU load balancer. |
Methods
| Name | Description |
|---|---|
| Equals(LoadBalancerMode) |
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
| Name | Description |
|---|---|
| Equality(LoadBalancerMode, LoadBalancerMode) |
Determines if two LoadBalancerMode values are the same. |
| Implicit(String to LoadBalancerMode) |
Converts a string to a LoadBalancerMode. |
| Implicit(String to Nullable<LoadBalancerMode>) | |
| Inequality(LoadBalancerMode, LoadBalancerMode) |
Determines if two LoadBalancerMode values are not the same. |