Freigeben über


ContentKeyPolicyCollection Klasse

Definition

Eine Klasse, die eine Auflistung von ContentKeyPolicyResource und deren Vorgänge darstellt. Jedes ContentKeyPolicyResource in der Auflistung gehört zum gleichen instance von MediaServicesAccountResource. Um einen ContentKeyPolicyCollection instance rufen Sie die GetContentKeyPolicies-Methode aus einer instance von aufMediaServicesAccountResource.

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)
Vererbung
ContentKeyPolicyCollection
Implementiert

Konstruktoren

ContentKeyPolicyCollection()

Initialisiert eine neue instance der ContentKeyPolicyCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, ContentKeyPolicyData, CancellationToken)

Erstellen oder Aktualisieren einer Inhaltsschlüsselrichtlinie im Media Services-Konto

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}
  • Vorgang IdContentKeyPolicies_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ContentKeyPolicyData, CancellationToken)

Erstellen oder Aktualisieren einer Inhaltsschlüsselrichtlinie im Media Services-Konto

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}
  • Vorgang IdContentKeyPolicies_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}
  • Vorgang IdContentKeyPolicies_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}
  • Vorgang IdContentKeyPolicies_Get
Get(String, CancellationToken)

Abrufen der Details einer Inhaltsschlüsselrichtlinie im Media Services-Konto

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}
  • Vorgang IdContentKeyPolicies_Get
GetAll(String, Nullable<Int32>, String, CancellationToken)

Listet die Inhaltsschlüsselrichtlinien im Konto auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies
  • Vorgang IdContentKeyPolicies_List
GetAllAsync(String, Nullable<Int32>, String, CancellationToken)

Listet die Inhaltsschlüsselrichtlinien im Konto auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies
  • Vorgang IdContentKeyPolicies_List
GetAsync(String, CancellationToken)

Abrufen der Details einer Inhaltsschlüsselrichtlinie im Media Services-Konto

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies/{contentKeyPolicyName}
  • Vorgang IdContentKeyPolicies_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<ContentKeyPolicyResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<ContentKeyPolicyResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: