CloudMediaContext.StorageAccounts Property

Gets a collection to operate on StorageAccounts associated with this context.

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

Syntax

'Declaration
Public Overrides ReadOnly Property StorageAccounts As StorageAccountBaseCollection 
    Get
'Usage
Dim instance As CloudMediaContext 
Dim value As StorageAccountBaseCollection 

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

Property Value

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

See Also

Reference

CloudMediaContext Class

Microsoft.WindowsAzure.MediaServices.Client Namespace