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
System_CAPS_pubmethod MediaServicesAccount.AccountKeys()

Initializes a new instance of the AccountKeys class.

Properties

Name Description
System_CAPS_pubproperty Primary

Optional. The Primary key of the storage account associated with the Media Services account.

System_CAPS_pubproperty Secondary

Optional. The Secondary key of the sotrage account associated with the Media Services account.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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