ContentKeyPolicyPlayReadyLicenseType Struct

Definition

The license type.

public readonly struct ContentKeyPolicyPlayReadyLicenseType : IEquatable<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyLicenseType>
type ContentKeyPolicyPlayReadyLicenseType = struct
Public Structure ContentKeyPolicyPlayReadyLicenseType
Implements IEquatable(Of ContentKeyPolicyPlayReadyLicenseType)
Inheritance
ContentKeyPolicyPlayReadyLicenseType
Implements

Constructors

ContentKeyPolicyPlayReadyLicenseType(String)

Initializes a new instance of ContentKeyPolicyPlayReadyLicenseType.

Properties

NonPersistent

Non persistent license.

Persistent

Persistent license. Allows offline playback.

Unknown

Represents a ContentKeyPolicyPlayReadyLicenseType that is unavailable in current API version.

Methods

Equals(ContentKeyPolicyPlayReadyLicenseType)

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(ContentKeyPolicyPlayReadyLicenseType, ContentKeyPolicyPlayReadyLicenseType)

Determines if two ContentKeyPolicyPlayReadyLicenseType values are the same.

Implicit(String to ContentKeyPolicyPlayReadyLicenseType)

Converts a string to a ContentKeyPolicyPlayReadyLicenseType.

Inequality(ContentKeyPolicyPlayReadyLicenseType, ContentKeyPolicyPlayReadyLicenseType)

Determines if two ContentKeyPolicyPlayReadyLicenseType values are not the same.

Applies to