次の方法で共有


AadObjectIdentifierType 構造体

定義

オブジェクト識別子が参照する AAD オブジェクトの型。 シリアル化された名前: AADObjectType

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

コンストラクター

AadObjectIdentifierType(String)

AadObjectIdentifierType の新しいインスタンスを初期化します。

プロパティ

Group

シリアル化されたグループ名: AADObjectType.Group

ServicePrincipal

ServicePrincipal シリアル化された名前: AADObjectType.ServicePrincipal

User

ユーザーシリアル化名: AADObjectType.User

メソッド

Equals(AadObjectIdentifierType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(AadObjectIdentifierType, AadObjectIdentifierType)

2 つの AadObjectIdentifierType 値が同じかどうかを判断します。

Implicit(String to AadObjectIdentifierType)

文字列を AadObjectIdentifierType に変換します。

Inequality(AadObjectIdentifierType, AadObjectIdentifierType)

2 つの AadObjectIdentifierType 値が同じでないかどうかを判断します。

適用対象