CloudMediaContext.IngestManifests Property

Gets the collection of bulk ingest manifests in the system.

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

Syntax

'Declaration
Public Overrides ReadOnly Property IngestManifests As IngestManifestCollection 
    Get
'Usage
Dim instance As CloudMediaContext 
Dim value As IngestManifestCollection 

value = instance.IngestManifests
public override IngestManifestCollection IngestManifests { get; }
public:
virtual property IngestManifestCollection^ IngestManifests {
    IngestManifestCollection^ get () override;
}
abstract IngestManifests : IngestManifestCollection 
override IngestManifests : IngestManifestCollection
override function get IngestManifests () : IngestManifestCollection

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IngestManifestCollection

See Also

Reference

CloudMediaContext Class

Microsoft.WindowsAzure.MediaServices.Client Namespace