IContentKeyPoliciesOperations Interface

Definition

ContentKeyPoliciesOperations operations.

public interface IContentKeyPoliciesOperations
type IContentKeyPoliciesOperations = interface
Public Interface IContentKeyPoliciesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, IList<ContentKeyPolicyOption>, String, Dictionary<String,List<String>>, CancellationToken)

Create or update an Content Key Policy

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a Content Key Policy

GetPolicyPropertiesWithSecretsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a Content Key Policy with secrets

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a Content Key Policy

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List Content Key Policies

ListWithHttpMessagesAsync(String, String, ODataQuery<ContentKeyPolicy>, Dictionary<String,List<String>>, CancellationToken)

List Content Key Policies

UpdateWithHttpMessagesAsync(String, String, String, IList<ContentKeyPolicyOption>, String, Dictionary<String,List<String>>, CancellationToken)

Update a Content Key Policy

Extension 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