Share via


MediaServicesAccount.StorageAccountKeys Property

 

Optional. The Storage Account keys of the Media Services account.

Namespace:   Microsoft.WindowsAzure.Management.MediaServices.Models
Assembly:  Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)

Syntax

public MediaServicesAccount.AccountKeys StorageAccountKeys { get; set; }
public:
property MediaServicesAccount::AccountKeys^ StorageAccountKeys {
    MediaServicesAccount::AccountKeys^ get();
    void set(MediaServicesAccount::AccountKeys^ value);
}
member StorageAccountKeys : MediaServicesAccount.AccountKeys with get, set
Public Property StorageAccountKeys As MediaServicesAccount.AccountKeys

Property Value

Type: Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccount.AccountKeys

See Also

MediaServicesAccount Class
Microsoft.WindowsAzure.Management.MediaServices.Models Namespace

Return to top