IngestManifestAssetCollection.Create Method

Creates an ingest manifest asset information for the collection.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Function Create ( _
    asset As IAsset, _
    files As String() _
) As IIngestManifestAsset
'Usage
Dim instance As IngestManifestAssetCollection 
Dim asset As IAsset 
Dim files As String()
Dim returnValue As IIngestManifestAsset 

returnValue = instance.Create(asset, files)
public IIngestManifestAsset Create(
    IAsset asset,
    string[] files
)
public:
IIngestManifestAsset^ Create(
    IAsset^ asset, 
    array<String^>^ files
)
member Create : 
        asset:IAsset * 
        files:string[] -> IIngestManifestAsset
public function Create(
    asset : IAsset, 
    files : String[]
) : IIngestManifestAsset

Parameters

  • files
    Type: array<System.String[]
    The files which needs to be uploaded and processed.

Return Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestAsset
The created ingest manifest asset information for the collection.

See Also

Reference

IngestManifestAssetCollection Class

Microsoft.WindowsAzure.MediaServices.Client Namespace