次の方法で共有


PrincipalType クラス

定義

PrincipalType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType>))]
public class PrincipalType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType>))>]
type PrincipalType = class
    inherit ExpandableStringEnum<PrincipalType>
Public Class PrincipalType
Inherits ExpandableStringEnum(Of PrincipalType)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

PrincipalType()

PrincipalType の値を定義します。

フィールド

Application

PrincipalType の値を定義します。

DirectoryObjectOrGroup

PrincipalType の値を定義します。

DirectoryRoleTemplate

PrincipalType の値を定義します。

Everyone

PrincipalType の値を定義します。

ForeignGroup

PrincipalType の値を定義します。

Group

PrincipalType の値を定義します。

MSI

PrincipalType の値を定義します。

ServicePrincipal

PrincipalType の値を定義します。

Unknown

PrincipalType の値を定義します。

User

PrincipalType の値を定義します。

プロパティ

Value

PrincipalType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

PrincipalType の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

PrincipalType の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

PrincipalType の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

PrincipalType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象