ScalingHostPoolType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |