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.
The rental and lease key type.
public readonly struct ContentKeyPolicyFairPlayRentalAndLeaseKeyType : IEquatable<Azure.ResourceManager.Media.Models.ContentKeyPolicyFairPlayRentalAndLeaseKeyType>
type ContentKeyPolicyFairPlayRentalAndLeaseKeyType = struct
Public Structure ContentKeyPolicyFairPlayRentalAndLeaseKeyType
Implements IEquatable(Of ContentKeyPolicyFairPlayRentalAndLeaseKeyType)
- Inheritance
-
ContentKeyPolicyFairPlayRentalAndLeaseKeyType
- Implements
Constructors
ContentKeyPolicyFairPlayRentalAndLeaseKeyType(String) |
Initializes a new instance of ContentKeyPolicyFairPlayRentalAndLeaseKeyType. |
Properties
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) |
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(ContentKeyPolicyFairPlayRentalAndLeaseKeyType, ContentKeyPolicyFairPlayRentalAndLeaseKeyType) |
Determines if two ContentKeyPolicyFairPlayRentalAndLeaseKeyType values are the same. |
Implicit(String to ContentKeyPolicyFairPlayRentalAndLeaseKeyType) |
Converts a string to a ContentKeyPolicyFairPlayRentalAndLeaseKeyType. |
Inequality(ContentKeyPolicyFairPlayRentalAndLeaseKeyType, ContentKeyPolicyFairPlayRentalAndLeaseKeyType) |
Determines if two ContentKeyPolicyFairPlayRentalAndLeaseKeyType values are not the same. |
Applies to
Azure SDK for .NET