KustoDatabasePrincipalType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET