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