次の方法で共有


LocatorBaseCollection クラス

定義

public class LocatorBaseCollection : Microsoft.WindowsAzure.MediaServices.Client.CloudBaseCollection<Microsoft.WindowsAzure.MediaServices.Client.ILocator>
type LocatorBaseCollection = class
    inherit CloudBaseCollection<ILocator>
Public Class LocatorBaseCollection
Inherits CloudBaseCollection(Of ILocator)
継承

フィールド

LocatorSet

プロパティ

ElementType (継承元 BaseCollection<T>)
Expression (継承元 BaseCollection<T>)
MediaContext (継承元 BaseCollection<T>)
Provider (継承元 BaseCollection<T>)
Queryable (継承元 CloudBaseCollection<T>)

メソッド

CreateLocator(LocatorType, IAsset, IAccessPolicy)
CreateLocator(LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
CreateLocator(String, LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
CreateLocatorAsync(LocatorType, IAsset, IAccessPolicy)
CreateLocatorAsync(LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
CreateLocatorAsync(String, LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
CreateSasLocator(IAsset, IAccessPolicy)
CreateSasLocator(IAsset, IAccessPolicy, Nullable<DateTime>, String)
CreateSasLocatorAsync(IAsset, IAccessPolicy)
CreateSasLocatorAsync(IAsset, IAccessPolicy, Nullable<DateTime>, String)
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 を返します。

適用対象