LoadBalancingMode 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.
Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
public readonly struct LoadBalancingMode : IEquatable<Azure.ResourceManager.AppService.Models.LoadBalancingMode>
type LoadBalancingMode = struct
Public Structure LoadBalancingMode
Implements IEquatable(Of LoadBalancingMode)
- Inheritance
-
LoadBalancingMode
- Implements
Constructors
LoadBalancingMode(String) |
Initializes a new instance of LoadBalancingMode. |
Properties
None |
None. |
Publishing |
Publishing. |
Web |
Web. |
WebPublishing |
Web, Publishing. |
Methods
Equals(LoadBalancingMode) |
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(LoadBalancingMode, LoadBalancingMode) |
Determines if two LoadBalancingMode values are the same. |
Implicit(String to LoadBalancingMode) |
Converts a String to a LoadBalancingMode. |
Inequality(LoadBalancingMode, LoadBalancingMode) |
Determines if two LoadBalancingMode values are not the same. |
Applies to
Azure SDK for .NET