Freigeben über


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

Name Description
ScalingHostPoolType(String)

Initializes a new instance of ScalingHostPoolType.

Properties

Name Description
Pooled

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

Methods

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

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