CloudMediaContextLive Class

[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]

Describes the context from which all entities in the Microsoft Windows Azure Media Services platform can be accessed.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.MediaContextBase
    Microsoft.WindowsAzure.MediaServices.Client.CloudMediaContext
      Microsoft.WindowsAzure.MediaServices.Client.CloudMediaContextLive

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

Syntax

'Declaration
Public Class CloudMediaContextLive _
    Inherits CloudMediaContext
'Usage
Dim instance As CloudMediaContextLive
public class CloudMediaContextLive : CloudMediaContext
public ref class CloudMediaContextLive : public CloudMediaContext
type CloudMediaContextLive =  
    class 
        inherit CloudMediaContext 
    end
public class CloudMediaContextLive extends CloudMediaContext

The CloudMediaContextLive type exposes the following members.

Constructors

  Name Description
Public method CloudMediaContextLive(String, String) Initializes a new instance of the CloudMediaContext class, specifying the Windows Azure Media Services account name and key.
Public method CloudMediaContextLive(Uri, String, String) Initializes a new instance of the CloudMediaContext class specifying the API endpoint, the Windows Azure Media account name and key.
Public method CloudMediaContextLive(Uri, String, String, String, String) Initializes a new instance of the CloudMediaContext class specifying the API endpoint, the Windows Azure Media Services account name and key, the URI in which the tokens issued by Azure Control Services are valid, and the Access Control Service endpoint.

Top

Properties

  Name Description
Public property AccessPolicies (Inherited from CloudMediaContext.)
Public property Assets (Inherited from CloudMediaContext.)
Public property Channels Gets the collection of Channel instances in the system.
Public property ContentKeys (Inherited from CloudMediaContext.)
Public property DataContextFactory (Inherited from CloudMediaContext.)
Public property DefaultStorageAccount (Inherited from CloudMediaContext.)
Public property Files (Inherited from CloudMediaContext.)
Public property IngestManifestAssets (Inherited from CloudMediaContext.)
Public property IngestManifestFiles (Inherited from CloudMediaContext.)
Public property IngestManifests (Inherited from CloudMediaContext.)
Public property Jobs (Inherited from CloudMediaContext.)
Public property JobTemplates (Inherited from CloudMediaContext.)
Public property Locators (Inherited from CloudMediaContext.)
Public property MediaProcessors (Inherited from CloudMediaContext.)
Public property NotificationEndPoints (Inherited from CloudMediaContext.)
Public property NumberOfConcurrentTransfers (Inherited from CloudMediaContext.)
Public property Operations Gets the collection of operations in the system.
Public property Origins Gets the collection of Origin instances in the system.
Public property ParallelTransferThreadCount (Inherited from CloudMediaContext.)
Public property Programs Gets the collection of Program instances in the system.
Public property StorageAccounts (Inherited from CloudMediaContext.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace