ContentKeyPolicyPlayReadyLicenseType Struct

Definition

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