你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContentKeyBaseCollection.Create 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Create(Guid, Byte[]) | |
Create(Guid, Byte[], String) | |
Create(Guid, Byte[], String, ContentKeyType) | |
Create(Guid, Byte[], String, ContentKeyType, IEnumerable<String>) |
Create(Guid, Byte[])
public Microsoft.WindowsAzure.MediaServices.Client.IContentKey Create (Guid keyId, byte[] contentKey);
member this.Create : Guid * byte[] -> Microsoft.WindowsAzure.MediaServices.Client.IContentKey
Public Function Create (keyId As Guid, contentKey As Byte()) As IContentKey
参数
- keyId
- Guid
- contentKey
- Byte[]
返回
适用于
Create(Guid, Byte[], String)
public abstract Microsoft.WindowsAzure.MediaServices.Client.IContentKey Create (Guid keyId, byte[] contentKey, string name);
abstract member Create : Guid * byte[] * string -> Microsoft.WindowsAzure.MediaServices.Client.IContentKey
Public MustOverride Function Create (keyId As Guid, contentKey As Byte(), name As String) As IContentKey
参数
- keyId
- Guid
- contentKey
- Byte[]
- name
- String
返回
适用于
Create(Guid, Byte[], String, ContentKeyType)
public abstract Microsoft.WindowsAzure.MediaServices.Client.IContentKey Create (Guid keyId, byte[] contentKey, string name, Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType contentKeyType);
abstract member Create : Guid * byte[] * string * Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType -> Microsoft.WindowsAzure.MediaServices.Client.IContentKey
Public MustOverride Function Create (keyId As Guid, contentKey As Byte(), name As String, contentKeyType As ContentKeyType) As IContentKey
参数
- keyId
- Guid
- contentKey
- Byte[]
- name
- String
- contentKeyType
- ContentKeyType
返回
适用于
Create(Guid, Byte[], String, ContentKeyType, IEnumerable<String>)
public abstract Microsoft.WindowsAzure.MediaServices.Client.IContentKey Create (Guid keyId, byte[] contentKey, string name, Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType contentKeyType, System.Collections.Generic.IEnumerable<string> trackIdentifiers);
abstract member Create : Guid * byte[] * string * Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType * seq<string> -> Microsoft.WindowsAzure.MediaServices.Client.IContentKey
Public MustOverride Function Create (keyId As Guid, contentKey As Byte(), name As String, contentKeyType As ContentKeyType, trackIdentifiers As IEnumerable(Of String)) As IContentKey
参数
- keyId
- Guid
- contentKey
- Byte[]
- name
- String
- contentKeyType
- ContentKeyType
- trackIdentifiers
- IEnumerable<String>