ContentKeyBaseCollection.CreateAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
CreateAsync(Guid, Byte[]) | |
CreateAsync(Guid, Byte[], String) | |
CreateAsync(Guid, Byte[], String, ContentKeyType) | |
CreateAsync(Guid, Byte[], String, ContentKeyType, IEnumerable<String>) |
CreateAsync(Guid, Byte[])
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey> CreateAsync (Guid keyId, byte[] contentKey);
member this.CreateAsync : Guid * byte[] -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey>
Public Function CreateAsync (keyId As Guid, contentKey As Byte()) As Task(Of IContentKey)
Parámetros
- keyId
- Guid
- contentKey
- Byte[]
Devoluciones
Se aplica a
CreateAsync(Guid, Byte[], String)
public abstract System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey> CreateAsync (Guid keyId, byte[] contentKey, string name);
abstract member CreateAsync : Guid * byte[] * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey>
Public MustOverride Function CreateAsync (keyId As Guid, contentKey As Byte(), name As String) As Task(Of IContentKey)
Parámetros
- keyId
- Guid
- contentKey
- Byte[]
- name
- String
Devoluciones
Se aplica a
CreateAsync(Guid, Byte[], String, ContentKeyType)
public abstract System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey> CreateAsync (Guid keyId, byte[] contentKey, string name, Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType contentKeyType);
abstract member CreateAsync : Guid * byte[] * string * Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey>
Public MustOverride 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
Devoluciones
Se aplica a
CreateAsync(Guid, Byte[], String, ContentKeyType, IEnumerable<String>)
public abstract 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);
abstract member CreateAsync : Guid * byte[] * string * Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType * seq<string> -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IContentKey>
Public MustOverride 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>
Devoluciones
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET