Freigeben über


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

Name Description
HostPoolLoadBalancerType(String)

Initializes a new instance of HostPoolLoadBalancerType.

Properties

Name Description
BreadthFirst

BreadthFirst.

DepthFirst

DepthFirst.

Persistent

Persistent.

Methods

Name Description
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

Name Description
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