StreamingLocatorCollection クラス

定義

のコレクション StreamingLocatorResource とその操作を表すクラス。 コレクション内の各 StreamingLocatorResource は、 の同じインスタンス MediaServicesAccountResourceに属します。 インスタンスを StreamingLocatorCollection 取得するには、 のインスタンスから GetStreamingLocators メソッドを MediaServicesAccountResource呼び出します。

public class StreamingLocatorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Media.StreamingLocatorResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Media.StreamingLocatorResource>
type StreamingLocatorCollection = class
    inherit ArmCollection
    interface seq<StreamingLocatorResource>
    interface IEnumerable
    interface IAsyncEnumerable<StreamingLocatorResource>
Public Class StreamingLocatorCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of StreamingLocatorResource), IEnumerable(Of StreamingLocatorResource)
継承
StreamingLocatorCollection
実装

コンストラクター

StreamingLocatorCollection()

モック作成のために クラスの StreamingLocatorCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, StreamingLocatorData, CancellationToken)

Media Services アカウントでストリーミング ロケーターを作成する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • 操作IdStreamingLocators_Create
CreateOrUpdateAsync(WaitUntil, String, StreamingLocatorData, CancellationToken)

Media Services アカウントでストリーミング ロケーターを作成する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • 操作IdStreamingLocators_Create
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • 操作IdStreamingLocators_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • 操作IdStreamingLocators_Get
Get(String, CancellationToken)

Media Services アカウントでストリーミング ロケーターの詳細を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • 操作IdStreamingLocators_Get
GetAll(String, Nullable<Int32>, String, CancellationToken)

アカウント内のストリーミング ロケーターを一覧表示します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators
  • 操作IdStreamingLocators_List
GetAllAsync(String, Nullable<Int32>, String, CancellationToken)

アカウント内のストリーミング ロケーターを一覧表示します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators
  • 操作IdStreamingLocators_List
GetAsync(String, CancellationToken)

Media Services アカウントでストリーミング ロケーターの詳細を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}
  • 操作IdStreamingLocators_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

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

IAsyncEnumerable<StreamingLocatorResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<StreamingLocatorResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象