OutputAssetCollection Class

Definition

public class OutputAssetCollection : System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.MediaServices.Client.IAsset>
type OutputAssetCollection = class
    interface seq<IAsset>
    interface IEnumerable
Public Class OutputAssetCollection
Implements IEnumerable(Of IAsset)
Inheritance
OutputAssetCollection
Implements

Constructors

OutputAssetCollection()

Properties

Count
IsReadOnly
Item[Int32]

Methods

Add(IAsset)
AddNew(String)
AddNew(String, AssetCreationOptions)
AddNew(String, AssetCreationOptions, AssetFormatOption)
AddNew(String, String, AssetCreationOptions)
AddNew(String, String, AssetCreationOptions, AssetFormatOption)
GetEnumerator()

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to