ContentKeyBaseCollection.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- keyId
- Guid
- contentKey
- Byte[]
Returns
Applies to
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
Parameters
- keyId
- Guid
- contentKey
- Byte[]
- name
- String
Returns
Applies to
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
Parameters
- keyId
- Guid
- contentKey
- Byte[]
- name
- String
- contentKeyType
- ContentKeyType
Returns
Applies to
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
Parameters
- keyId
- Guid
- contentKey
- Byte[]
- name
- String
- contentKeyType
- ContentKeyType
- trackIdentifiers
- IEnumerable<String>
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET