Uses of Class
com.azure.resourcemanager.mediaservices.fluent.models.ContentKeyPolicyInner
Package
Description
Package containing the service clients for AzureMediaServices.
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of ContentKeyPolicyInner in com.azure.resourcemanager.mediaservices.fluent
Modifier and TypeMethodDescriptionContentKeyPoliciesClient.createOrUpdate
(String resourceGroupName, String accountName, String contentKeyPolicyName, ContentKeyPolicyInner parameters) Create or update an Content Key PolicyContentKeyPoliciesClient.get
(String resourceGroupName, String accountName, String contentKeyPolicyName) Get a Content Key PolicyContentKeyPoliciesClient.update
(String resourceGroupName, String accountName, String contentKeyPolicyName, ContentKeyPolicyInner parameters) Update a Content Key PolicyModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ContentKeyPolicyInner>
ContentKeyPoliciesClient.createOrUpdateWithResponse
(String resourceGroupName, String accountName, String contentKeyPolicyName, ContentKeyPolicyInner parameters, com.azure.core.util.Context context) Create or update an Content Key Policycom.azure.core.http.rest.Response<ContentKeyPolicyInner>
ContentKeyPoliciesClient.getWithResponse
(String resourceGroupName, String accountName, String contentKeyPolicyName, com.azure.core.util.Context context) Get a Content Key Policycom.azure.core.http.rest.PagedIterable<ContentKeyPolicyInner>
List Content Key Policiescom.azure.core.http.rest.PagedIterable<ContentKeyPolicyInner>
ContentKeyPoliciesClient.list
(String resourceGroupName, String accountName, String filter, Integer top, String orderby, com.azure.core.util.Context context) List Content Key Policiescom.azure.core.http.rest.Response<ContentKeyPolicyInner>
ContentKeyPoliciesClient.updateWithResponse
(String resourceGroupName, String accountName, String contentKeyPolicyName, ContentKeyPolicyInner parameters, com.azure.core.util.Context context) Update a Content Key PolicyModifier and TypeMethodDescriptionContentKeyPoliciesClient.createOrUpdate
(String resourceGroupName, String accountName, String contentKeyPolicyName, ContentKeyPolicyInner parameters) Create or update an Content Key Policycom.azure.core.http.rest.Response<ContentKeyPolicyInner>
ContentKeyPoliciesClient.createOrUpdateWithResponse
(String resourceGroupName, String accountName, String contentKeyPolicyName, ContentKeyPolicyInner parameters, com.azure.core.util.Context context) Create or update an Content Key PolicyContentKeyPoliciesClient.update
(String resourceGroupName, String accountName, String contentKeyPolicyName, ContentKeyPolicyInner parameters) Update a Content Key Policycom.azure.core.http.rest.Response<ContentKeyPolicyInner>
ContentKeyPoliciesClient.updateWithResponse
(String resourceGroupName, String accountName, String contentKeyPolicyName, ContentKeyPolicyInner parameters, com.azure.core.util.Context context) Update a Content Key Policy -
Uses of ContentKeyPolicyInner in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionContentKeyPolicyInner.withDescription
(String description) Set the description property: A description for the Policy.ContentKeyPolicyInner.withOptions
(List<ContentKeyPolicyOption> options) Set the options property: The Key Policy options. -
Uses of ContentKeyPolicyInner in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionContentKeyPolicy.innerModel()
Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.ContentKeyPolicyInner object.Modifier and TypeMethodDescriptionContentKeyPolicyCollection.value()
Get the value property: A collection of ContentKeyPolicy items.Modifier and TypeMethodDescriptionContentKeyPolicyCollection.withValue
(List<ContentKeyPolicyInner> value) Set the value property: A collection of ContentKeyPolicy items.