다음을 통해 공유


KustoDatabaseCallerRole Struct

Definition

The KustoDatabaseCallerRole.

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

Constructors

KustoDatabaseCallerRole(String)

Initializes a new instance of KustoDatabaseCallerRole.

Properties

Admin

Admin.

None

None.

Methods

Equals(KustoDatabaseCallerRole)

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(KustoDatabaseCallerRole, KustoDatabaseCallerRole)

Determines if two KustoDatabaseCallerRole values are the same.

Implicit(String to KustoDatabaseCallerRole)

Converts a string to a KustoDatabaseCallerRole.

Inequality(KustoDatabaseCallerRole, KustoDatabaseCallerRole)

Determines if two KustoDatabaseCallerRole values are not the same.

Applies to