SessionHandlingOperation Struct

Definition

[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)
Equals(Object)
Equals(SessionHandlingOperation)
GetHashCode()
ToString()

Operators

Equality(SessionHandlingOperation, SessionHandlingOperation)
Implicit(SessionHandlingOperation to String)
Implicit(String to SessionHandlingOperation)
Inequality(SessionHandlingOperation, SessionHandlingOperation)

Applies to