다음을 통해 공유


KustoDatabasePrincipalType Struct

Definition

Database principal type.

public readonly struct KustoDatabasePrincipalType : IEquatable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalType>
type KustoDatabasePrincipalType = struct
Public Structure KustoDatabasePrincipalType
Implements IEquatable(Of KustoDatabasePrincipalType)
Inheritance
KustoDatabasePrincipalType
Implements

Constructors

KustoDatabasePrincipalType(String)

Initializes a new instance of KustoDatabasePrincipalType.

Properties

App

App.

Group

Group.

User

User.

Methods

Equals(KustoDatabasePrincipalType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(KustoDatabasePrincipalType, KustoDatabasePrincipalType)

Determines if two KustoDatabasePrincipalType values are the same.

Implicit(String to KustoDatabasePrincipalType)

Converts a string to a KustoDatabasePrincipalType.

Inequality(KustoDatabasePrincipalType, KustoDatabasePrincipalType)

Determines if two KustoDatabasePrincipalType values are not the same.

Applies to