ContentKeyBaseCollection.Create Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- keyId
- Guid
- contentKey
- Byte[]
Retornos
Aplica-se a
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
Parâmetros
- keyId
- Guid
- contentKey
- Byte[]
- name
- String
Retornos
Aplica-se a
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
Parâmetros
- keyId
- Guid
- contentKey
- Byte[]
- name
- String
- contentKeyType
- ContentKeyType
Retornos
Aplica-se a
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
Parâmetros
- keyId
- Guid
- contentKey
- Byte[]
- name
- String
- contentKeyType
- ContentKeyType
- trackIdentifiers
- IEnumerable<String>
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET