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)

Usage

'Usage
Dim instance As MediaServicesAccount
Dim value As AccountKeys

value = instance.StorageAccountKeys

instance.StorageAccountKeys = value

Syntax

'Declaration
Public Property StorageAccountKeys As AccountKeys
public AccountKeys StorageAccountKeys { get; set; }
public:
property AccountKeys^ StorageAccountKeys {
    AccountKeys^ get ();
    void set (AccountKeys^ value);
}
/** @property */
public AccountKeys get_StorageAccountKeys ()

/** @property */
public void set_StorageAccountKeys (AccountKeys value)
public function get StorageAccountKeys () : AccountKeys

public function set StorageAccountKeys (value : AccountKeys)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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