SessionHostLoadBalancingAlgorithm 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.
Load balancing algorithm for ramp up period.
public readonly struct SessionHostLoadBalancingAlgorithm : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.SessionHostLoadBalancingAlgorithm>
type SessionHostLoadBalancingAlgorithm = struct
Public Structure SessionHostLoadBalancingAlgorithm
Implements IEquatable(Of SessionHostLoadBalancingAlgorithm)
- Inheritance
-
SessionHostLoadBalancingAlgorithm
- Implements
Constructors
SessionHostLoadBalancingAlgorithm(String) |
Initializes a new instance of SessionHostLoadBalancingAlgorithm. |
Properties
BreadthFirst |
BreadthFirst. |
DepthFirst |
DepthFirst. |
Methods
Equals(SessionHostLoadBalancingAlgorithm) |
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(SessionHostLoadBalancingAlgorithm, SessionHostLoadBalancingAlgorithm) |
Determines if two SessionHostLoadBalancingAlgorithm values are the same. |
Implicit(String to SessionHostLoadBalancingAlgorithm) |
Converts a string to a SessionHostLoadBalancingAlgorithm. |
Inequality(SessionHostLoadBalancingAlgorithm, SessionHostLoadBalancingAlgorithm) |
Determines if two SessionHostLoadBalancingAlgorithm values are not the same. |
Applies to
Azure SDK for .NET