Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IngestManifestFileCollection 类

定义

public class IngestManifestFileCollection : Microsoft.WindowsAzure.MediaServices.Client.BaseCollection<Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestFile>
type IngestManifestFileCollection = class
    inherit BaseCollection<IIngestManifestFile>
Public Class IngestManifestFileCollection
Inherits BaseCollection(Of IIngestManifestFile)
继承
IngestManifestFileCollection

属性

ElementType (继承自 BaseCollection<T>)
Expression (继承自 BaseCollection<T>)
MediaContext (继承自 BaseCollection<T>)
Provider (继承自 BaseCollection<T>)
Queryable

方法

Create(String)
CreateAsync(IIngestManifestAsset, String, CancellationToken)
CreateAsync(String, CancellationToken)
GetEnumerator() (继承自 BaseCollection<T>)

显式接口实现

IEnumerable.GetEnumerator() (继承自 BaseCollection<T>)

扩展方法

AsTableQuery<TElement>(IQueryable<TElement>)

指定查询作为 对象返回 TableQuery

Resolve<TElement,TResolved>(IQueryable<TElement>, EntityResolver<TResolved>)

指定查询的实体解析程序。

WithContext<TElement>(IQueryable<TElement>, OperationContext)

为查询指定 。OperationContext

WithOptions<TElement>(IQueryable<TElement>, TableRequestOptions)

指定将用于执行查询的 的一组 TableRequestOptions

ToCommaSeparatedString<T>(IEnumerable<T>)

将集合的元素转换为字符串,并将它们连接成逗号分隔列表,或者为 null 或空集合返回 null。

适用于