Compartilhar via


ContentKeyCollection.CreateAsync Método

Definição

Sobrecargas

CreateAsync(Guid, Byte[], String)
CreateAsync(Guid, Byte[], String, ContentKeyType)
CreateAsync(Guid, Byte[], String, ContentKeyType, IEnumerable<String>)

CreateAsync(Guid, Byte[], String)

public override System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey> CreateAsync (Guid keyId, byte[] contentKey, string name);
override this.CreateAsync : Guid * byte[] * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey>
Public Overrides Function CreateAsync (keyId As Guid, contentKey As Byte(), name As String) As Task(Of IContentKey)

Parâmetros

keyId
Guid
contentKey
Byte[]
name
String

Retornos

Aplica-se a

CreateAsync(Guid, Byte[], String, ContentKeyType)

public override System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey> CreateAsync (Guid keyId, byte[] contentKey, string name, Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType contentKeyType);
override this.CreateAsync : Guid * byte[] * string * Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey>
Public Overrides Function CreateAsync (keyId As Guid, contentKey As Byte(), name As String, contentKeyType As ContentKeyType) As Task(Of IContentKey)

Parâmetros

keyId
Guid
contentKey
Byte[]
name
String
contentKeyType
ContentKeyType

Retornos

Aplica-se a

CreateAsync(Guid, Byte[], String, ContentKeyType, IEnumerable<String>)

public override System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey> CreateAsync (Guid keyId, byte[] contentKey, string name, Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType contentKeyType, System.Collections.Generic.IEnumerable<string> trackIdentifiers);
override this.CreateAsync : Guid * byte[] * string * Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType * seq<string> -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey>
Public Overrides Function CreateAsync (keyId As Guid, contentKey As Byte(), name As String, contentKeyType As ContentKeyType, trackIdentifiers As IEnumerable(Of String)) As Task(Of IContentKey)

Parâmetros

keyId
Guid
contentKey
Byte[]
name
String
contentKeyType
ContentKeyType
trackIdentifiers
IEnumerable<String>

Retornos

Aplica-se a