Share via


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