ContentKeyPolicyPlayReadyLicenseType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The license type.
public readonly struct ContentKeyPolicyPlayReadyLicenseType : IEquatable<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyLicenseType>
type ContentKeyPolicyPlayReadyLicenseType = struct
Public Structure ContentKeyPolicyPlayReadyLicenseType
Implements IEquatable(Of ContentKeyPolicyPlayReadyLicenseType)
- Inheritance
-
ContentKeyPolicyPlayReadyLicenseType
- Implements
Constructors
ContentKeyPolicyPlayReadyLicenseType(String) |
Initializes a new instance of ContentKeyPolicyPlayReadyLicenseType. |
Properties
NonPersistent |
Non persistent license. |
Persistent |
Persistent license. Allows offline playback. |
Unknown |
Represents a ContentKeyPolicyPlayReadyLicenseType that is unavailable in current API version. |
Methods
Equals(ContentKeyPolicyPlayReadyLicenseType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ContentKeyPolicyPlayReadyLicenseType, ContentKeyPolicyPlayReadyLicenseType) |
Determines if two ContentKeyPolicyPlayReadyLicenseType values are the same. |
Implicit(String to ContentKeyPolicyPlayReadyLicenseType) |
Converts a string to a ContentKeyPolicyPlayReadyLicenseType. |
Inequality(ContentKeyPolicyPlayReadyLicenseType, ContentKeyPolicyPlayReadyLicenseType) |
Determines if two ContentKeyPolicyPlayReadyLicenseType values are not the same. |
Applies to
Azure SDK for .NET