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

CallerRole Struct

Definition

Argument completer implementation for CallerRole.

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

Fields

Admin
None

Methods

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

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

Equals(CallerRole)

Compares values of enum type CallerRole

Equals(Object)

Compares values of enum type CallerRole (override for Object)

GetHashCode()

Returns hashCode for enum CallerRole

ToString()

Returns string representation for CallerRole

Operators

Equality(CallerRole, CallerRole)

Overriding == operator for enum CallerRole

Implicit(CallerRole to String)

Implicit operator to convert CallerRole to string

Implicit(String to CallerRole)

Implicit operator to convert string to CallerRole

Inequality(CallerRole, CallerRole)

Overriding != operator for enum CallerRole

Applies to