Bagikan melalui


ContentKeyPolicyFairPlayRentalAndLeaseKeyType Struct

Definition

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