次の方法で共有


MediaLiveOutputCollection クラス

定義

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

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

コンストラクター

MediaLiveOutputCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MediaLiveOutputData, CancellationToken)

新しいライブ出力を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • 操作IdLiveOutputs_Create
CreateOrUpdateAsync(WaitUntil, String, MediaLiveOutputData, CancellationToken)

新しいライブ出力を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • 操作IdLiveOutputs_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • 操作IdLiveOutputs_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • 操作IdLiveOutputs_Get
Get(String, CancellationToken)

ライブ出力を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • 操作IdLiveOutputs_Get
GetAll(CancellationToken)

ライブ イベントのライブ出力を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs
  • 操作IdLiveOutputs_List
GetAllAsync(CancellationToken)

ライブ イベントのライブ出力を一覧表示します。

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

ライブ出力を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}
  • 操作IdLiveOutputs_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MediaLiveOutputResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MediaLiveOutputResource>.GetEnumerator()

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

適用対象