CloudMediaContext Class

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

Inheritance Hierarchy

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

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

Syntax

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

The CloudMediaContext type exposes the following members.

Constructors

  Name Description
Public method CloudMediaContext(MediaServicesCredentials) Initializes a new instance of the CloudMediaContext class.
Public method CloudMediaContext(String, String) Initializes a new instance of the CloudMediaContext class.
Public method CloudMediaContext(Uri, MediaServicesCredentials) Initializes a new instance of the CloudMediaContext class.
Public method CloudMediaContext(Uri, String, String) Initializes a new instance of the CloudMediaContext class.
Public method CloudMediaContext(Uri, String, String, String, String) Initializes a new instance of the CloudMediaContext class.

Top

Properties

  Name Description
Public property AccessPolicies Gets the collection of access policies in the system. (Overrides MediaContextBase.AccessPolicies.)
Public property Assets Gets the collection of assets in the system. (Overrides MediaContextBase.Assets.)
Public property ContentKeys Gets the collection of content keys in the system. (Overrides MediaContextBase.ContentKeys.)
Public property Credentials Gets the Microsoft Windows Azure Media Services credentials used for authenticating requests.
Public property DefaultStorageAccount Get the default storage account. (Overrides MediaContextBase.DefaultStorageAccount.)
Public property Files Gets the collection of files in the system. (Overrides MediaContextBase.Files.)
Public property IngestManifestAssets Gets the collection of manifest assets in the system (Overrides MediaContextBase.IngestManifestAssets.)
Public property IngestManifestFiles Gets the collection of manifest asset files in the system (Overrides MediaContextBase.IngestManifestFiles.)
Public property IngestManifests Gets the collection of bulk ingest manifests in the system. (Overrides MediaContextBase.IngestManifests.)
Public property Jobs Gets the collection of jobs available in the system. (Overrides MediaContextBase.Jobs.)
Public property JobTemplates Gets the collection of job templates available in the system. (Overrides MediaContextBase.JobTemplates.)
Public property Locators Gets the collection of locators in the system. (Overrides MediaContextBase.Locators.)
Public property MediaProcessors Gets the collection of media processors available in the system. (Overrides MediaContextBase.MediaProcessors.)
Public property MediaServicesClassFactory Gets or sets MediaServicesClassFactory. (Inherited from MediaContextBase.)
Public property NotificationEndPoints Gets the collection of notification endpoints (Overrides MediaContextBase.NotificationEndPoints.)
Public property NumberOfConcurrentTransfers Gest or sets the number of concurrent transfers. (Inherited from MediaContextBase.)
Public property ParallelTransferThreadCount Gest or sets the parallel transfer thread count. (Inherited from MediaContextBase.)
Public property StorageAccounts Gets a collection to operate on StorageAccounts associated with this context. (Overrides MediaContextBase.StorageAccounts.)

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