Uses of Class
com.azure.resourcemanager.mediaservices.models.ContentKeyPolicyPlayReadyLicense
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of ContentKeyPolicyPlayReadyLicense in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionContentKeyPolicyPlayReadyLicense.withAllowTestDevices
(boolean allowTestDevices) Set the allowTestDevices property: A flag indicating whether test devices can use the license.ContentKeyPolicyPlayReadyLicense.withBeginDate
(OffsetDateTime beginDate) Set the beginDate property: The begin date of license.ContentKeyPolicyPlayReadyLicense.withContentKeyLocation
(ContentKeyPolicyPlayReadyContentKeyLocation contentKeyLocation) Set the contentKeyLocation property: The content key location.ContentKeyPolicyPlayReadyLicense.withContentType
(ContentKeyPolicyPlayReadyContentType contentType) Set the contentType property: The PlayReady content type.ContentKeyPolicyPlayReadyLicense.withExpirationDate
(OffsetDateTime expirationDate) Set the expirationDate property: The expiration date of license.ContentKeyPolicyPlayReadyLicense.withGracePeriod
(Duration gracePeriod) Set the gracePeriod property: The grace period of license.ContentKeyPolicyPlayReadyLicense.withLicenseType
(ContentKeyPolicyPlayReadyLicenseType licenseType) Set the licenseType property: The license type.ContentKeyPolicyPlayReadyLicense.withPlayRight
(ContentKeyPolicyPlayReadyPlayRight playRight) Set the playRight property: The license PlayRight.ContentKeyPolicyPlayReadyLicense.withRelativeBeginDate
(Duration relativeBeginDate) Set the relativeBeginDate property: The relative begin date of license.ContentKeyPolicyPlayReadyLicense.withRelativeExpirationDate
(Duration relativeExpirationDate) Set the relativeExpirationDate property: The relative expiration date of license.ContentKeyPolicyPlayReadyLicense.withSecurityLevel
(SecurityLevel securityLevel) Set the securityLevel property: The security level.Modifier and TypeMethodDescriptionContentKeyPolicyPlayReadyConfiguration.licenses()
Get the licenses property: The PlayReady licenses.Modifier and TypeMethodDescriptionContentKeyPolicyPlayReadyConfiguration.withLicenses
(List<ContentKeyPolicyPlayReadyLicense> licenses) Set the licenses property: The PlayReady licenses.