LoadBalancerType Struct

Definition

The type of the load balancer.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerTypeTypeConverter))]
public struct LoadBalancerType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerTypeTypeConverter))>]
type LoadBalancerType = struct
    interface IArgumentCompleter
Public Structure LoadBalancerType
Implements IArgumentCompleter, IEquatable(Of LoadBalancerType)
Inheritance
LoadBalancerType
Attributes
Implements

Fields

BreadthFirst
DepthFirst
Persistent

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(LoadBalancerType)

Compares values of enum type LoadBalancerType

Equals(Object)

Compares values of enum type LoadBalancerType (override for Object)

GetHashCode()

Returns hashCode for enum LoadBalancerType

ToString()

Returns string representation for LoadBalancerType

Operators

Equality(LoadBalancerType, LoadBalancerType)

Overriding == operator for enum LoadBalancerType

Implicit(LoadBalancerType to String)

Implicit operator to convert LoadBalancerType to string

Implicit(String to LoadBalancerType)

Implicit operator to convert string to LoadBalancerType

Inequality(LoadBalancerType, LoadBalancerType)

Overriding != operator for enum LoadBalancerType

Applies to