次の方法で共有


ContentKeyPolicyCollection クラス

定義

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

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

コンストラクター

ContentKeyPolicyCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ContentKeyPolicyData, CancellationToken)

Media Services アカウントでコンテンツ キー ポリシーを作成または更新する

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

Media Services アカウントでコンテンツ キー ポリシーを作成または更新する

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

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

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

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

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

Media Services アカウントのコンテンツ キー ポリシーの詳細を取得する

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

アカウント内のコンテンツ キー ポリシーを一覧表示します

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

アカウント内のコンテンツ キー ポリシーを一覧表示します

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

Media Services アカウントのコンテンツ キー ポリシーの詳細を取得する

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ContentKeyPolicyResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ContentKeyPolicyResource>.GetEnumerator()

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

適用対象