MediaServicesAccount.AccountKeys Class
The key information associated with a Media Services Account.
Namespace: Microsoft.WindowsAzure.Management.MediaServices.Models
Assembly: Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccount.AccountKeys
Syntax
public class AccountKeys
public ref class AccountKeys
type AccountKeys = class end
Public Class AccountKeys
Constructors
Name | Description | |
---|---|---|
MediaServicesAccount.AccountKeys() | Initializes a new instance of the AccountKeys class. |
Properties
Name | Description | |
---|---|---|
Primary | Optional. The Primary key of the storage account associated with the Media Services account. |
|
Secondary | Optional. The Secondary key of the sotrage account associated with the Media Services account. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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.
See Also
Microsoft.WindowsAzure.Management.MediaServices.Models Namespace
Return to top