Condividi tramite


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
Personal

Users will be assigned a SessionHost either by administrators (PersonalDesktopAssignmentType = Direct) or upon connecting to the pool (PersonalDesktopAssignmentType = Automatic). They will always be redirected to their assigned SessionHost.

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 Nullable<ScalingHostPoolType>)
Implicit(String to ScalingHostPoolType)

Converts a string to a ScalingHostPoolType.

Inequality(ScalingHostPoolType, ScalingHostPoolType)

Determines if two ScalingHostPoolType values are not the same.

Applies to