Share via


IngestManifestFileCollection.Create Method

Creates a new IIngestManifestFile object.

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

Syntax

'Declaration
Public Function Create ( _
    filePath As String _
) As IIngestManifestFile
'Usage
Dim instance As IngestManifestFileCollection 
Dim filePath As String 
Dim returnValue As IIngestManifestFile 

returnValue = instance.Create(filePath)
public IIngestManifestFile Create(
    string filePath
)
public:
IIngestManifestFile^ Create(
    String^ filePath
)
member Create : 
        filePath:string -> IIngestManifestFile
public function Create(
    filePath : String
) : IIngestManifestFile

Parameters

Return Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestFile
Returns IIngestManifestFile.

See Also

Reference

IngestManifestFileCollection Class

Microsoft.WindowsAzure.MediaServices.Client Namespace