KustoDatabasePrincipalAssignmentType Struct

Definition

The type of resource, Microsoft.Kusto/clusters/databases/principalAssignments.

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

Constructors

KustoDatabasePrincipalAssignmentType(String)

Initializes a new instance of KustoDatabasePrincipalAssignmentType.

Properties

MicrosoftKustoClustersDatabasesPrincipalAssignments

Microsoft.Kusto/clusters/databases/principalAssignments.

Methods

Equals(KustoDatabasePrincipalAssignmentType)

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

Determines if two KustoDatabasePrincipalAssignmentType values are the same.

Implicit(String to KustoDatabasePrincipalAssignmentType)

Converts a string to a KustoDatabasePrincipalAssignmentType.

Inequality(KustoDatabasePrincipalAssignmentType, KustoDatabasePrincipalAssignmentType)

Determines if two KustoDatabasePrincipalAssignmentType values are not the same.

Applies to