ContentKeyPolicyPlayReadyContentType 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 ContentKeyPolicyPlayReadyContentType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyContentTypeConverter))]
public struct ContentKeyPolicyPlayReadyContentType : IEquatable<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyContentType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyContentTypeConverter))>]
type ContentKeyPolicyPlayReadyContentType = struct
Public Structure ContentKeyPolicyPlayReadyContentType
Implements IEquatable(Of ContentKeyPolicyPlayReadyContentType)
- Inheritance
-
ContentKeyPolicyPlayReadyContentType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
UltraVioletDownload |
Ultraviolet download content type. |
UltraVioletStreaming |
Ultraviolet streaming content type. |
Unknown |
Represents a ContentKeyPolicyPlayReadyContentType that is unavailable in current API version. |
Unspecified |
Unspecified content type. |
Methods
Equals(ContentKeyPolicyPlayReadyContentType) |
Compares enums of type ContentKeyPolicyPlayReadyContentType |
Equals(Object) |
Overrides Equals operator for ContentKeyPolicyPlayReadyContentType |
GetHashCode() |
Returns for hashCode ContentKeyPolicyPlayReadyContentType |
ToString() |
Returns string representation for ContentKeyPolicyPlayReadyContentType |
Operators
Equality(ContentKeyPolicyPlayReadyContentType, ContentKeyPolicyPlayReadyContentType) |
Overriding == operator for enum ContentKeyPolicyPlayReadyContentType |
Implicit(ContentKeyPolicyPlayReadyContentType to String) |
Implicit operator to convert ContentKeyPolicyPlayReadyContentType to string |
Implicit(String to ContentKeyPolicyPlayReadyContentType) |
Implicit operator to convert string to ContentKeyPolicyPlayReadyContentType |
Inequality(ContentKeyPolicyPlayReadyContentType, ContentKeyPolicyPlayReadyContentType) |
Overriding != operator for enum ContentKeyPolicyPlayReadyContentType |
Applies to
Azure SDK for .NET