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

SessionHandlingOperation Struct

Definition

Action to be taken after a user disconnect during the ramp up period.

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

Fields

Deallocate
Hibernate
None

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 SessionHandlingOperation (override for Object)

Equals(SessionHandlingOperation)

Compares values of enum type SessionHandlingOperation

GetHashCode()

Returns hashCode for enum SessionHandlingOperation

ToString()

Returns string representation for SessionHandlingOperation

Operators

Equality(SessionHandlingOperation, SessionHandlingOperation)

Overriding == operator for enum SessionHandlingOperation

Implicit(SessionHandlingOperation to String)

Implicit operator to convert SessionHandlingOperation to string

Implicit(String to SessionHandlingOperation)

Implicit operator to convert string to SessionHandlingOperation

Inequality(SessionHandlingOperation, SessionHandlingOperation)

Overriding != operator for enum SessionHandlingOperation

Applies to