SessionHandlingOperation 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.
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 |