IIngestManifest.StorageAccount Property

Gets the storage account associated with this ingest manifest.

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

Syntax

'Declaration
ReadOnly Property StorageAccount As IStorageAccount 
    Get
'Usage
Dim instance As IIngestManifest 
Dim value As IStorageAccount 

value = instance.StorageAccount
IStorageAccount StorageAccount { get; }
property IStorageAccount^ StorageAccount {
    IStorageAccount^ get ();
}
abstract StorageAccount : IStorageAccount
function get StorageAccount () : IStorageAccount

Property Value

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

See Also

Reference

IIngestManifest Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace