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