Share via


AadObjectIdentifierType Struct

Definition

The type of AAD object the object identifier refers to. Serialized Name: AADObjectType

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

Constructors

AadObjectIdentifierType(String)

Initializes a new instance of AadObjectIdentifierType.

Properties

Group

Group Serialized Name: AADObjectType.Group

ServicePrincipal

ServicePrincipal Serialized Name: AADObjectType.ServicePrincipal

User

User Serialized Name: AADObjectType.User

Methods

Equals(AadObjectIdentifierType)

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

Determines if two AadObjectIdentifierType values are the same.

Implicit(String to AadObjectIdentifierType)

Converts a string to a AadObjectIdentifierType.

Inequality(AadObjectIdentifierType, AadObjectIdentifierType)

Determines if two AadObjectIdentifierType values are not the same.

Applies to