MediaContextBase Class
Represents a base media context containing collections to operate on.
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 MustInherit Class MediaContextBase
'Usage
Dim instance As MediaContextBase
public abstract class MediaContextBase
public ref class MediaContextBase abstract
[<AbstractClassAttribute>]
type MediaContextBase = class end
public abstract class MediaContextBase
The MediaContextBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MediaContextBase | Initializes a new instance of the MediaContextBase class. |
Top
Properties
Name | Description | |
---|---|---|
AccessPolicies | Gets a collection to operate on AccessPolicies. | |
Assets | Gets a collection to operate on Assets. | |
ContentKeys | Gets a collection to operate on ContentKeys. | |
DefaultStorageAccount | Get the default storage account associated with this context. | |
Files | Gets a collection to operate on Files. | |
IngestManifestAssets | Gets IngestManifestAssetCollection | |
IngestManifestFiles | Gets IngestManifestFileCollection. | |
IngestManifests | Gets IngestManifestCollection. | |
Jobs | Gets a collection to operate on Jobs. | |
JobTemplates | Gets a collection to operate on JobTemplates. | |
Locators | Gets LocatorBaseCollection. | |
MediaProcessors | Gets a collection to operate on MediaProcessors. | |
MediaServicesClassFactory | Gets or sets MediaServicesClassFactory. | |
NotificationEndPoints | Gets the collection of notification endpoints available in the system. | |
NumberOfConcurrentTransfers | Gest or sets the number of concurrent transfers. | |
ParallelTransferThreadCount | Gest or sets the parallel transfer thread count. | |
StorageAccounts | Gets the collection of storage accounts. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.