RegistrationTokenOperation Struct

Definition

The type of resetting the token.

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

Fields

Delete
None
Update

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

Equals(RegistrationTokenOperation)

Compares values of enum type RegistrationTokenOperation

GetHashCode()

Returns hashCode for enum RegistrationTokenOperation

ToString()

Returns string representation for RegistrationTokenOperation

Operators

Equality(RegistrationTokenOperation, RegistrationTokenOperation)

Overriding == operator for enum RegistrationTokenOperation

Implicit(RegistrationTokenOperation to String)

Implicit operator to convert RegistrationTokenOperation to string

Implicit(String to RegistrationTokenOperation)

Implicit operator to convert string to RegistrationTokenOperation

Inequality(RegistrationTokenOperation, RegistrationTokenOperation)

Overriding != operator for enum RegistrationTokenOperation

Applies to