Uses of Class
com.azure.resourcemanager.mediaservices.fluent.models.StreamingPolicyInner
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 StreamingPolicyInner in com.azure.resourcemanager.mediaservices.fluent
Modifier and TypeMethodDescriptionStreamingPoliciesClient.create
(String resourceGroupName, String accountName, String streamingPolicyName, StreamingPolicyInner parameters) Create a Streaming PolicyStreamingPoliciesClient.get
(String resourceGroupName, String accountName, String streamingPolicyName) Get a Streaming PolicyModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<StreamingPolicyInner>
StreamingPoliciesClient.createWithResponse
(String resourceGroupName, String accountName, String streamingPolicyName, StreamingPolicyInner parameters, com.azure.core.util.Context context) Create a Streaming Policycom.azure.core.http.rest.Response<StreamingPolicyInner>
StreamingPoliciesClient.getWithResponse
(String resourceGroupName, String accountName, String streamingPolicyName, com.azure.core.util.Context context) Get a Streaming Policycom.azure.core.http.rest.PagedIterable<StreamingPolicyInner>
List Streaming Policiescom.azure.core.http.rest.PagedIterable<StreamingPolicyInner>
StreamingPoliciesClient.list
(String resourceGroupName, String accountName, String filter, Integer top, String orderby, com.azure.core.util.Context context) List Streaming PoliciesModifier and TypeMethodDescriptionStreamingPoliciesClient.create
(String resourceGroupName, String accountName, String streamingPolicyName, StreamingPolicyInner parameters) Create a Streaming Policycom.azure.core.http.rest.Response<StreamingPolicyInner>
StreamingPoliciesClient.createWithResponse
(String resourceGroupName, String accountName, String streamingPolicyName, StreamingPolicyInner parameters, com.azure.core.util.Context context) Create a Streaming Policy -
Uses of StreamingPolicyInner in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionStreamingPolicyInner.withCommonEncryptionCbcs
(CommonEncryptionCbcs commonEncryptionCbcs) Set the commonEncryptionCbcs property: Configuration of CommonEncryptionCbcs.StreamingPolicyInner.withCommonEncryptionCenc
(CommonEncryptionCenc commonEncryptionCenc) Set the commonEncryptionCenc property: Configuration of CommonEncryptionCenc.StreamingPolicyInner.withDefaultContentKeyPolicyName
(String defaultContentKeyPolicyName) Set the defaultContentKeyPolicyName property: Default ContentKey used by current Streaming Policy.StreamingPolicyInner.withEnvelopeEncryption
(EnvelopeEncryption envelopeEncryption) Set the envelopeEncryption property: Configuration of EnvelopeEncryption.StreamingPolicyInner.withNoEncryption
(NoEncryption noEncryption) Set the noEncryption property: Configurations of NoEncryption. -
Uses of StreamingPolicyInner in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionStreamingPolicy.innerModel()
Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.StreamingPolicyInner object.Modifier and TypeMethodDescriptionStreamingPolicyCollection.value()
Get the value property: A collection of StreamingPolicy items.Modifier and TypeMethodDescriptionStreamingPolicyCollection.withValue
(List<StreamingPolicyInner> value) Set the value property: A collection of StreamingPolicy items.