OutputAssetCollection Class
A collection of output assets.
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.MediaServices.Client.OutputAssetCollection
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Class OutputAssetCollection _
Implements IEnumerable(Of IAsset), IEnumerable
'Usage
Dim instance As OutputAssetCollection
public class OutputAssetCollection : IEnumerable<IAsset>,
IEnumerable
public ref class OutputAssetCollection : IEnumerable<IAsset^>,
IEnumerable
type OutputAssetCollection =
class
interface IEnumerable<IAsset>
interface IEnumerable
end
public class OutputAssetCollection implements IEnumerable<IAsset>, IEnumerable
The OutputAssetCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OutputAssetCollection | Initializes a new instance of the OutputAssetCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the collection. | |
IsReadOnly | Gets a value indicating whether the ICollection is read-only. | |
Item | Gets the element at the specified index. |
Top
Methods
Name | Description | |
---|---|---|
AddNew(String) | Adds the new output asset. | |
AddNew(String, AssetCreationOptions) | Adds the new output asset. | |
AddNew(String, String, AssetCreationOptions) | Adds the new output asset. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the Collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through a collection. |
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.