Share via


OptInHeaderType Struct

Definition

Argument completer implementation for OptInHeaderType.

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

Fields

ClientGroupMembership
NotSpecified
SignedAuxiliaryTokens
SignedUserToken
UnboundedClientGroupMembership

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

Equals(OptInHeaderType)

Compares values of enum type OptInHeaderType

GetHashCode()

Returns hashCode for enum OptInHeaderType

ToString()

Returns string representation for OptInHeaderType

Operators

Equality(OptInHeaderType, OptInHeaderType)

Overriding == operator for enum OptInHeaderType

Implicit(OptInHeaderType to String)

Implicit operator to convert OptInHeaderType to string

Implicit(String to OptInHeaderType)

Implicit operator to convert string to OptInHeaderType

Inequality(OptInHeaderType, OptInHeaderType)

Overriding != operator for enum OptInHeaderType

Applies to