Partilhar via


UserType Struct

Definition

The type of user.

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

Fields

Group
User

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

Equals(UserType)

Compares values of enum type UserType

GetHashCode()

Returns hashCode for enum UserType

ToString()

Returns string representation for UserType

Operators

Equality(UserType, UserType)

Overriding == operator for enum UserType

Implicit(String to UserType)

Implicit operator to convert string to UserType

Implicit(UserType to String)

Implicit operator to convert UserType to string

Inequality(UserType, UserType)

Overriding != operator for enum UserType

Applies to