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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LoadBalancingModeTypeConverter))]
public struct LoadBalancingMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LoadBalancingMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LoadBalancingModeTypeConverter))>]
type LoadBalancingMode = struct
interface IArgumentCompleter
Public Structure LoadBalancingMode
Implements IArgumentCompleter, IEquatable(Of LoadBalancingMode)
- Inheritance
-
LoadBalancingMode
- Attributes
- Implements
Fields
None | |
Publishing | |
Web | |
WebPublishing |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(LoadBalancingMode) |
Compares values of enum type LoadBalancingMode |
Equals(Object) |
Compares values of enum type LoadBalancingMode (override for Object) |
GetHashCode() |
Returns hashCode for enum LoadBalancingMode |
ToString() |
Returns string representation for LoadBalancingMode |
Operators
Equality(LoadBalancingMode, LoadBalancingMode) |
Overriding == operator for enum LoadBalancingMode |
Implicit(LoadBalancingMode to String) |
Implicit operator to convert LoadBalancingMode to string |
Implicit(String to LoadBalancingMode) |
Implicit operator to convert string to LoadBalancingMode |
Inequality(LoadBalancingMode, LoadBalancingMode) |
Overriding != operator for enum LoadBalancingMode |