ContentKeyPoliciesOperationsExtensions Class

Definition

Extension methods for ContentKeyPoliciesOperations.

public static class ContentKeyPoliciesOperationsExtensions
type ContentKeyPoliciesOperationsExtensions = class
Public Module ContentKeyPoliciesOperationsExtensions
Inheritance
ContentKeyPoliciesOperationsExtensions

Methods

CreateOrUpdate(IContentKeyPoliciesOperations, String, String, String, IList<ContentKeyPolicyOption>, String)

Create or update an Content Key Policy

CreateOrUpdateAsync(IContentKeyPoliciesOperations, String, String, String, IList<ContentKeyPolicyOption>, String, CancellationToken)

Create or update an Content Key Policy

Delete(IContentKeyPoliciesOperations, String, String, String)

Delete a Content Key Policy

DeleteAsync(IContentKeyPoliciesOperations, String, String, String, CancellationToken)

Delete a Content Key Policy

Get(IContentKeyPoliciesOperations, String, String, String)

Get a Content Key Policy

GetAsync(IContentKeyPoliciesOperations, String, String, String, CancellationToken)

Get a Content Key Policy

GetPolicyPropertiesWithSecrets(IContentKeyPoliciesOperations, String, String, String)

Get a Content Key Policy with secrets

GetPolicyPropertiesWithSecretsAsync(IContentKeyPoliciesOperations, String, String, String, CancellationToken)

Get a Content Key Policy with secrets

List(IContentKeyPoliciesOperations, String, String, ODataQuery<ContentKeyPolicy>)

List Content Key Policies

ListAsync(IContentKeyPoliciesOperations, String, String, ODataQuery<ContentKeyPolicy>, CancellationToken)

List Content Key Policies

ListNext(IContentKeyPoliciesOperations, String)

List Content Key Policies

ListNextAsync(IContentKeyPoliciesOperations, String, CancellationToken)

List Content Key Policies

Update(IContentKeyPoliciesOperations, String, String, String, IList<ContentKeyPolicyOption>, String)

Update a Content Key Policy

UpdateAsync(IContentKeyPoliciesOperations, String, String, String, IList<ContentKeyPolicyOption>, String, CancellationToken)

Update a Content Key Policy

Applies to