Compartir a través de


PlanMemberType Struct

Definition

The type of the member (user, group)

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PlanMemberTypeTypeConverter))]
public struct PlanMemberType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PlanMemberType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PlanMemberTypeTypeConverter))>]
type PlanMemberType = struct
    interface IArgumentCompleter
Public Structure PlanMemberType
Implements IArgumentCompleter, IEquatable(Of PlanMemberType)
Inheritance
PlanMemberType
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 PlanMemberType (override for Object)

Equals(PlanMemberType)

Compares values of enum type PlanMemberType

GetHashCode()

Returns hashCode for enum PlanMemberType

ToString()

Returns string representation for PlanMemberType

Operators

Equality(PlanMemberType, PlanMemberType)

Overriding == operator for enum PlanMemberType

Implicit(PlanMemberType to String)

Implicit operator to convert PlanMemberType to string

Implicit(String to PlanMemberType)

Implicit operator to convert string to PlanMemberType

Inequality(PlanMemberType, PlanMemberType)

Overriding != operator for enum PlanMemberType

Applies to