你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MediaProcessorBaseCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class MediaProcessorBaseCollection : Microsoft.WindowsAzure.MediaServices.Client.CloudBaseCollection<Microsoft.WindowsAzure.MediaServices.Client.IMediaProcessor>
type MediaProcessorBaseCollection = class
inherit CloudBaseCollection<IMediaProcessor>
Public Class MediaProcessorBaseCollection
Inherits CloudBaseCollection(Of IMediaProcessor)
- 继承
属性
ElementType | (继承自 BaseCollection<T>) |
Expression | (继承自 BaseCollection<T>) |
MediaContext | (继承自 BaseCollection<T>) |
Provider | (继承自 BaseCollection<T>) |
Queryable | (继承自 CloudBaseCollection<T>) |
方法
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。 |