你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScalingHostPoolType Struct

Definition

HostPool type for desktop.

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

Fields

Pooled

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

Methods

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

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

Equals(Object)

Compares values of enum type ScalingHostPoolType (override for Object)

Equals(ScalingHostPoolType)

Compares values of enum type ScalingHostPoolType

GetHashCode()

Returns hashCode for enum ScalingHostPoolType

ToString()

Returns string representation for ScalingHostPoolType

Operators

Equality(ScalingHostPoolType, ScalingHostPoolType)

Overriding == operator for enum ScalingHostPoolType

Implicit(ScalingHostPoolType to String)

Implicit operator to convert ScalingHostPoolType to string

Implicit(String to ScalingHostPoolType)

Implicit operator to convert string to ScalingHostPoolType

Inequality(ScalingHostPoolType, ScalingHostPoolType)

Overriding != operator for enum ScalingHostPoolType

Applies to