你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContentKeyPolicyFairPlayRentalAndLeaseKeyType 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
租赁密钥和租用密钥类型。
public readonly struct ContentKeyPolicyFairPlayRentalAndLeaseKeyType : IEquatable<Azure.ResourceManager.Media.Models.ContentKeyPolicyFairPlayRentalAndLeaseKeyType>
type ContentKeyPolicyFairPlayRentalAndLeaseKeyType = struct
Public Structure ContentKeyPolicyFairPlayRentalAndLeaseKeyType
Implements IEquatable(Of ContentKeyPolicyFairPlayRentalAndLeaseKeyType)
- 继承
-
ContentKeyPolicyFairPlayRentalAndLeaseKeyType
- 实现
构造函数
ContentKeyPolicyFairPlayRentalAndLeaseKeyType(String) |
属性
DualExpiry |
离线租赁的双重到期时间。 |
PersistentLimited |
可以保留内容密钥,并且有效持续时间受“租赁工期”值的限制。 |
PersistentUnlimited |
内容密钥可以保留无限期。 |
Undefined |
未指定密钥持续时间。 |
Unknown |
表示在当前 API 版本中不可用的 ContentKeyPolicyFairPlayRentalAndLeaseKeyType。 |
方法
Equals(ContentKeyPolicyFairPlayRentalAndLeaseKeyType) |
指示当前对象是否等于同一类型的另一个对象。 |
ToString() |
返回此实例的完全限定类型名称。 |