Share via


RecipientType Struct

Definition

The recipient type.

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

Fields

Admin
Approver
Requestor

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

Equals(RecipientType)

Compares values of enum type RecipientType

GetHashCode()

Returns hashCode for enum RecipientType

ToString()

Returns string representation for RecipientType

Operators

Equality(RecipientType, RecipientType)

Overriding == operator for enum RecipientType

Implicit(RecipientType to String)

Implicit operator to convert RecipientType to string

Implicit(String to RecipientType)

Implicit operator to convert string to RecipientType

Inequality(RecipientType, RecipientType)

Overriding != operator for enum RecipientType

Applies to