你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MemberType Struct

Definition

Membership type of the role assignment schedule

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

Fields

Direct
Group
Inherited

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MemberType)

Compares values of enum type MemberType

Equals(Object)

Compares values of enum type MemberType (override for Object)

GetHashCode()

Returns hashCode for enum MemberType

ToString()

Returns string representation for MemberType

Operators

Equality(MemberType, MemberType)

Overriding == operator for enum MemberType

Implicit(MemberType to String)

Implicit operator to convert MemberType to string

Implicit(String to MemberType)

Implicit operator to convert string to MemberType

Inequality(MemberType, MemberType)

Overriding != operator for enum MemberType

Applies to