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

ContentKeyPolicyPlayReadyLicenseType.Implicit 运算符

定义

重载

Implicit(ContentKeyPolicyPlayReadyLicenseType to String)

用于将 ContentKeyPolicyPlayReadyLicenseType 转换为字符串的隐式运算符

Implicit(String to ContentKeyPolicyPlayReadyLicenseType)

用于将字符串转换为 ContentKeyPolicyPlayReadyLicenseType 的隐式运算符

Implicit(ContentKeyPolicyPlayReadyLicenseType to String)

用于将 ContentKeyPolicyPlayReadyLicenseType 转换为字符串的隐式运算符

public static implicit operator string (Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyLicenseType e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyLicenseType -> string
Public Shared Widening Operator CType (e As ContentKeyPolicyPlayReadyLicenseType) As String

参数

返回

适用于

Implicit(String to ContentKeyPolicyPlayReadyLicenseType)

用于将字符串转换为 ContentKeyPolicyPlayReadyLicenseType 的隐式运算符

public static implicit operator Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyLicenseType (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyLicenseType
Public Shared Widening Operator CType (value As String) As ContentKeyPolicyPlayReadyLicenseType

参数

value
String

返回

适用于