Share via


HostPoolLoadBalancerType Struct

Definition

The type of the load balancer.

public readonly struct HostPoolLoadBalancerType : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.HostPoolLoadBalancerType>
type HostPoolLoadBalancerType = struct
Public Structure HostPoolLoadBalancerType
Implements IEquatable(Of HostPoolLoadBalancerType)
Inheritance
HostPoolLoadBalancerType
Implements

Constructors

HostPoolLoadBalancerType(String)

Initializes a new instance of HostPoolLoadBalancerType.

Properties

BreadthFirst

BreadthFirst.

DepthFirst

DepthFirst.

Persistent

Persistent.

Methods

Equals(HostPoolLoadBalancerType)

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(HostPoolLoadBalancerType, HostPoolLoadBalancerType)

Determines if two HostPoolLoadBalancerType values are the same.

Implicit(String to HostPoolLoadBalancerType)

Converts a string to a HostPoolLoadBalancerType.

Inequality(HostPoolLoadBalancerType, HostPoolLoadBalancerType)

Determines if two HostPoolLoadBalancerType values are not the same.

Applies to