Share via


ScalingHostPoolType Struct

Definition

HostPool type for desktop.

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

Constructors

ScalingHostPoolType(String)

Initializes a new instance of ScalingHostPoolType.

Properties

Pooled

Users get a new (random) SessionHost every time it connects to the HostPool.

Methods

Equals(ScalingHostPoolType)

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

Determines if two ScalingHostPoolType values are the same.

Implicit(String to ScalingHostPoolType)

Converts a string to a ScalingHostPoolType.

Inequality(ScalingHostPoolType, ScalingHostPoolType)

Determines if two ScalingHostPoolType values are not the same.

Applies to