I
InsightNexus

Struct KustoDatabasePrincipalsModificationKind | Azure SDK for .NET

Author

Andrew Henderson

Published Feb 16, 2026

The principals modification kind of the database.

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Kusto.dll
Syntax
public struct KustoDatabasePrincipalsModificationKind : IEquatable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalsModificationKind>

Constructors

KustoDatabasePrincipalsModificationKind(String)

Declaration
public KustoDatabasePrincipalsModificationKind (string value);
Parameters
System.String value
Exceptions
System.ArgumentNullException

value is null.

Properties

None

Declaration
public static Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalsModificationKind None { get; }
Property Value

Replace

Declaration
public static Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalsModificationKind Replace { get; }
Property Value

Union

Declaration
public static Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalsModificationKind Union { get; }
Property Value

Methods

Equals(KustoDatabasePrincipalsModificationKind)

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

Declaration
public bool Equals (Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalsModificationKind other);
Parameters
Returns
System.Boolean

true if the current object is equal to the other parameter; otherwise, false.

Equals(Object)

Indicates whether this instance and a specified object are equal.

Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
System.Object obj

The object to compare with the current instance.

Returns
System.Boolean

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
System.Int32

A 32-bit signed integer that is the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Declaration
public override string ToString ();
Returns
System.String

The fully qualified type name.

Operators

Equality(KustoDatabasePrincipalsModificationKind, KustoDatabasePrincipalsModificationKind)

Declaration
public static bool operator == (Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalsModificationKind left, Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalsModificationKind right);
Parameters
Returns
System.Boolean

Implicit(String to KustoDatabasePrincipalsModificationKind)

Declaration
public static implicit operator Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalsModificationKind (string value);
Parameters
System.String value
Returns

Inequality(KustoDatabasePrincipalsModificationKind, KustoDatabasePrincipalsModificationKind)

Declaration
public static bool operator != (Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalsModificationKind left, Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalsModificationKind right);
Parameters
Returns
System.Boolean