Share via


HostPoolType Struct

Definition

HostPool type for desktop.

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

Constructors

HostPoolType(String)

Initializes a new instance of HostPoolType.

Properties

BringYourOwnDesktop

Users assign their own machines, load balancing logic remains the same as Personal. PersonalDesktopAssignmentType must be Direct.

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

Equals(HostPoolType)

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

Determines if two HostPoolType values are the same.

Implicit(String to HostPoolType)

Converts a string to a HostPoolType.

Inequality(HostPoolType, HostPoolType)

Determines if two HostPoolType values are not the same.

Applies to