다음을 통해 공유


KustoClusterPrincipalAssignmentType Struct

Definition

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

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

Constructors

KustoClusterPrincipalAssignmentType(String)

Initializes a new instance of KustoClusterPrincipalAssignmentType.

Properties

MicrosoftKustoClustersPrincipalAssignments

Microsoft.Kusto/clusters/principalAssignments.

Methods

Equals(KustoClusterPrincipalAssignmentType)

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

Determines if two KustoClusterPrincipalAssignmentType values are the same.

Implicit(String to KustoClusterPrincipalAssignmentType)

Converts a string to a KustoClusterPrincipalAssignmentType.

Inequality(KustoClusterPrincipalAssignmentType, KustoClusterPrincipalAssignmentType)

Determines if two KustoClusterPrincipalAssignmentType values are not the same.

Applies to