次の方法で共有


MediaTransformCollection クラス

定義

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

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

コンストラクター

MediaTransformCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MediaTransformData, CancellationToken)

新しい Transform を作成または更新します。

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

新しい Transform を作成または更新します。

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

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

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

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

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

変換を取得します。

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

アカウント内の変換を一覧表示します。

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

アカウント内の変換を一覧表示します。

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

変換を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MediaTransformResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MediaTransformResource>.GetEnumerator()

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

適用対象