ContentKeyPolicyPlayReadyContentType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit des valeurs pour 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)
- Héritage
-
ContentKeyPolicyPlayReadyContentType
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
- Implémente
Champs
UltraVioletDownload |
Type de contenu de téléchargement ultraviolet. |
UltraVioletStreaming |
Type de contenu de streaming ultraviolet. |
Unknown |
Représente un ContentKeyPolicyPlayReadyContentType qui n’est pas disponible dans la version actuelle de l’API. |
Unspecified |
Type de contenu non spécifié. |
Méthodes
Equals(ContentKeyPolicyPlayReadyContentType) |
Compare les énumérations de type ContentKeyPolicyPlayReadyContentType |
Equals(Object) |
Remplace l’opérateur Equals pour ContentKeyPolicyPlayReadyContentType |
GetHashCode() |
Retourne pour hashCode ContentKeyPolicyPlayReadyContentType |
ToString() |
Renvoie une représentation de chaîne pour ContentKeyPolicyPlayReadyContentType |
Opérateurs
Equality(ContentKeyPolicyPlayReadyContentType, ContentKeyPolicyPlayReadyContentType) |
Substitution de l’opérateur == pour l’énumération ContentKeyPolicyPlayReadyContentType |
Implicit(ContentKeyPolicyPlayReadyContentType to String) |
Opérateur implicite pour convertir ContentKeyPolicyPlayReadyContentType en chaîne |
Implicit(String to ContentKeyPolicyPlayReadyContentType) |
Opérateur implicite pour convertir une chaîne en ContentKeyPolicyPlayReadyContentType |
Inequality(ContentKeyPolicyPlayReadyContentType, ContentKeyPolicyPlayReadyContentType) |
Substitution de l’opérateur != pour l’énumération ContentKeyPolicyPlayReadyContentType |
S’applique à
Azure SDK for .NET