IngestManifestCollection.Create Method (String)
Creates the manifest with the specified name.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Function Create ( _
name As String _
) As IIngestManifest
'Usage
Dim instance As IngestManifestCollection
Dim name As String
Dim returnValue As IIngestManifest
returnValue = instance.Create(name)
public IIngestManifest Create(
string name
)
public:
IIngestManifest^ Create(
String^ name
)
member Create :
name:string -> IIngestManifest
public function Create(
name : String
) : IIngestManifest
Parameters
- name
Type: System.String
The name.
Return Value
Type: Microsoft.WindowsAzure.MediaServices.Client.IIngestManifest
Returns IIngestManifest.