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

DatabasePrincipalType Struct

Definition

Database principal type.

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

Fields

App
Group
User

Methods

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

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

Equals(DatabasePrincipalType)

Compares values of enum type DatabasePrincipalType

Equals(Object)

Compares values of enum type DatabasePrincipalType (override for Object)

GetHashCode()

Returns hashCode for enum DatabasePrincipalType

ToString()

Returns string representation for DatabasePrincipalType

Operators

Equality(DatabasePrincipalType, DatabasePrincipalType)

Overriding == operator for enum DatabasePrincipalType

Implicit(DatabasePrincipalType to String)

Implicit operator to convert DatabasePrincipalType to string

Implicit(String to DatabasePrincipalType)

Implicit operator to convert string to DatabasePrincipalType

Inequality(DatabasePrincipalType, DatabasePrincipalType)

Overriding != operator for enum DatabasePrincipalType

Applies to