Share via


StreamingEndpointBaseCollection クラス

定義

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

プロパティ

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

メソッド

Create(StreamingEndpointCreationOptions)
Create(String, Int32)
CreateAsync(StreamingEndpointCreationOptions)
CreateAsync(String, Int32)
GetEnumerator() (継承元 BaseCollection<T>)
SendCreateOperation(StreamingEndpointCreationOptions)
SendCreateOperation(String, Int32)
SendCreateOperationAsync(StreamingEndpointCreationOptions)
SendCreateOperationAync(String, Int32)

明示的なインターフェイスの実装

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 を返します。

適用対象