你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrincipalType 结构

定义

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.PrincipalTypeConverter))]
public struct PrincipalType : IEquatable<Microsoft.PowerBI.Api.Models.PrincipalType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.PrincipalTypeConverter))>]
type PrincipalType = struct
Public Structure PrincipalType
Implements IEquatable(Of PrincipalType)
继承
PrincipalType
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

App
Group
User

方法

Equals(Object)
Equals(PrincipalType)
GetHashCode()
ToString()

运算符

Equality(PrincipalType, PrincipalType)
Implicit(PrincipalType to String)
Implicit(String to PrincipalType)
Inequality(PrincipalType, PrincipalType)

适用于