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.
Defines values for ContentKeyPolicyPlayReadyLicenseType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyLicenseTypeConverter))]
public struct ContentKeyPolicyPlayReadyLicenseType : IEquatable<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyLicenseType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyLicenseTypeConverter))>]
type ContentKeyPolicyPlayReadyLicenseType = struct
Public Structure ContentKeyPolicyPlayReadyLicenseType
Implements IEquatable(Of ContentKeyPolicyPlayReadyLicenseType)
- Inheritance
-
ContentKeyPolicyPlayReadyLicenseType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
NonPersistent |
Non persistent license. |
Persistent |
Persistent license. Allows offline playback. |
Unknown |
Represents a ContentKeyPolicyPlayReadyLicenseType that is unavailable in current API version. |
Methods
Equals(ContentKeyPolicyPlayReadyLicenseType) |
Compares enums of type ContentKeyPolicyPlayReadyLicenseType |
Equals(Object) |
Overrides Equals operator for ContentKeyPolicyPlayReadyLicenseType |
GetHashCode() |
Returns for hashCode ContentKeyPolicyPlayReadyLicenseType |
ToString() |
Returns string representation for ContentKeyPolicyPlayReadyLicenseType |
Operators
Equality(ContentKeyPolicyPlayReadyLicenseType, ContentKeyPolicyPlayReadyLicenseType) |
Overriding == operator for enum ContentKeyPolicyPlayReadyLicenseType |
Implicit(ContentKeyPolicyPlayReadyLicenseType to String) |
Implicit operator to convert ContentKeyPolicyPlayReadyLicenseType to string |
Implicit(String to ContentKeyPolicyPlayReadyLicenseType) |
Implicit operator to convert string to ContentKeyPolicyPlayReadyLicenseType |
Inequality(ContentKeyPolicyPlayReadyLicenseType, ContentKeyPolicyPlayReadyLicenseType) |
Overriding != operator for enum ContentKeyPolicyPlayReadyLicenseType |
Applies to
Azure SDK for .NET