IngestManifestCollection.Create Method (String, String)

Creates the manifest with the specified name and storage account.

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

Syntax

'Declaration
Public Function Create ( _
    manifestName As String, _
    storageAccountName As String _
) As IIngestManifest
'Usage
Dim instance As IngestManifestCollection 
Dim manifestName As String 
Dim storageAccountName As String 
Dim returnValue As IIngestManifest 

returnValue = instance.Create(manifestName, _
    storageAccountName)
public IIngestManifest Create(
    string manifestName,
    string storageAccountName
)
public:
IIngestManifest^ Create(
    String^ manifestName, 
    String^ storageAccountName
)
member Create : 
        manifestName:string * 
        storageAccountName:string -> IIngestManifest
public function Create(
    manifestName : String, 
    storageAccountName : String
) : IIngestManifest

Parameters

Return Value

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

See Also

Reference

IngestManifestCollection Class

Create Overload

Microsoft.WindowsAzure.MediaServices.Client Namespace