KustoDatabasePrincipalRole 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 role.
public readonly struct KustoDatabasePrincipalRole : IEquatable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalRole>
type KustoDatabasePrincipalRole = struct
Public Structure KustoDatabasePrincipalRole
Implements IEquatable(Of KustoDatabasePrincipalRole)
- Inheritance
-
KustoDatabasePrincipalRole
- Implements
Constructors
KustoDatabasePrincipalRole(String) |
Initializes a new instance of KustoDatabasePrincipalRole. |
Properties
Admin |
Admin. |
Ingestor |
Ingestor. |
Monitor |
Monitor. |
UnrestrictedViewer |
UnrestrictedViewer. |
User |
User. |
Viewer |
Viewer. |
Methods
Equals(KustoDatabasePrincipalRole) |
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(KustoDatabasePrincipalRole, KustoDatabasePrincipalRole) |
Determines if two KustoDatabasePrincipalRole values are the same. |
Implicit(String to KustoDatabasePrincipalRole) |
Converts a string to a KustoDatabasePrincipalRole. |
Inequality(KustoDatabasePrincipalRole, KustoDatabasePrincipalRole) |
Determines if two KustoDatabasePrincipalRole values are not the same. |
Applies to
Azure SDK for .NET