Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an asset that can be an input to jobs or tasks.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Interface IAsset
'Usage
Dim instance As IAsset
public interface IAsset
public interface class IAsset
type IAsset = interface end
public interface IAsset
The IAsset type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
AlternateId | Optional. An alternate Id value that corresponds to an Id in another content management system. |
![]() |
AssetFiles | Gets a collection of files contained by the asset. |
![]() |
ContentKeys | Gets the Content Keys associated with the asset. |
![]() |
Created | This value is set by Media Services at creation time. |
![]() |
Id | Unique identifier set by Media Services. |
![]() |
LastModified | This value is updated by Media Services after any property changes are made. |
![]() |
Locators | Gets the Locators associated with this asset. |
![]() |
Name | Optional. Friendly name for your Asset. |
![]() |
Options | Optional. An enumeration value that describes the encryption options that an Asset can be created with. |
![]() |
ParentAssets | Gets the parent assets that were used to create the asset. |
![]() |
State | An enumeration value that describes the state of the asset. |
![]() |
StorageAccount | Gets IStorageAccount associated with the Asset. |
![]() |
StorageAccountName | Gets the Storage Account name associated with the Asset. |
![]() |
Uri | Asset azure storage container URI. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Delete | Deletes this asset instance. |
![]() |
DeleteAsync | Asynchronously deletes this asset instance. |
![]() |
Update | Updates this asset instance. |
![]() |
UpdateAsync | Asynchronously updates this asset instance. |
Top
.jpeg)
.jpeg)