ContentKeyPolicyFairPlayRentalAndLeaseKeyType 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 ContentKeyPolicyFairPlayRentalAndLeaseKeyType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyFairPlayRentalAndLeaseKeyTypeConverter))]
public struct ContentKeyPolicyFairPlayRentalAndLeaseKeyType : IEquatable<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyFairPlayRentalAndLeaseKeyType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyFairPlayRentalAndLeaseKeyTypeConverter))>]
type ContentKeyPolicyFairPlayRentalAndLeaseKeyType = struct
Public Structure ContentKeyPolicyFairPlayRentalAndLeaseKeyType
Implements IEquatable(Of ContentKeyPolicyFairPlayRentalAndLeaseKeyType)
- Inheritance
-
ContentKeyPolicyFairPlayRentalAndLeaseKeyType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
DualExpiry |
Dual expiry for offline rental. |
PersistentLimited |
Content key can be persisted and the valid duration is limited by the Rental Duration value |
PersistentUnlimited |
Content key can be persisted with an unlimited duration |
Undefined |
Key duration is not specified. |
Unknown |
Represents a ContentKeyPolicyFairPlayRentalAndLeaseKeyType that is unavailable in current API version. |
Methods
Equals(ContentKeyPolicyFairPlayRentalAndLeaseKeyType) |
Compares enums of type ContentKeyPolicyFairPlayRentalAndLeaseKeyType |
Equals(Object) |
Overrides Equals operator for ContentKeyPolicyFairPlayRentalAndLeaseKeyType |
GetHashCode() |
Returns for hashCode ContentKeyPolicyFairPlayRentalAndLeaseKeyType |
ToString() |
Returns string representation for ContentKeyPolicyFairPlayRentalAndLeaseKeyType |
Operators
Equality(ContentKeyPolicyFairPlayRentalAndLeaseKeyType, ContentKeyPolicyFairPlayRentalAndLeaseKeyType) |
Overriding == operator for enum ContentKeyPolicyFairPlayRentalAndLeaseKeyType |
Implicit(ContentKeyPolicyFairPlayRentalAndLeaseKeyType to String) |
Implicit operator to convert ContentKeyPolicyFairPlayRentalAndLeaseKeyType to string |
Implicit(String to ContentKeyPolicyFairPlayRentalAndLeaseKeyType) |
Implicit operator to convert string to ContentKeyPolicyFairPlayRentalAndLeaseKeyType |
Inequality(ContentKeyPolicyFairPlayRentalAndLeaseKeyType, ContentKeyPolicyFairPlayRentalAndLeaseKeyType) |
Overriding != operator for enum ContentKeyPolicyFairPlayRentalAndLeaseKeyType |