你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContentKeyPolicyRestrictionTokenType 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 ContentKeyPolicyRestrictionTokenType 的值。
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenTypeConverter))]
public struct ContentKeyPolicyRestrictionTokenType : IEquatable<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenTypeConverter))>]
type ContentKeyPolicyRestrictionTokenType = struct
Public Structure ContentKeyPolicyRestrictionTokenType
Implements IEquatable(Of ContentKeyPolicyRestrictionTokenType)
- 继承
-
ContentKeyPolicyRestrictionTokenType
- 属性
-
Newtonsoft.Json.JsonConverterAttribute
- 实现
字段
Jwt |
JSON Web 令牌。 |
Swt |
简单 Web 令牌。 |
Unknown |
表示在当前 API 版本中不可用的 ContentKeyPolicyRestrictionTokenType。 |
方法
Equals(ContentKeyPolicyRestrictionTokenType) |
比较 ContentKeyPolicyRestrictionTokenType 类型的枚举 |
Equals(Object) |
替代 ContentKeyPolicyRestrictionTokenType 的 Equals 运算符 |
GetHashCode() |
为 hashCode ContentKeyPolicyRestrictionTokenType 返回 |
ToString() |
返回 ContentKeyPolicyRestrictionTokenType 的字符串表示形式 |
运算符
Equality(ContentKeyPolicyRestrictionTokenType, ContentKeyPolicyRestrictionTokenType) |
为 enum ContentKeyPolicyRestrictionTokenType 重写 == 运算符 |
Implicit(ContentKeyPolicyRestrictionTokenType to String) |
用于将 ContentKeyPolicyRestrictionTokenType 转换为字符串的隐式运算符 |
Implicit(String to ContentKeyPolicyRestrictionTokenType) |
用于将字符串转换为 ContentKeyPolicyRestrictionTokenType 的隐式运算符 |
Inequality(ContentKeyPolicyRestrictionTokenType, ContentKeyPolicyRestrictionTokenType) |
为 enum ContentKeyPolicyRestrictionTokenType 重写 != 运算符 |