Partager via


ContentKeyPolicyFairPlayRentalAndLeaseKeyType Structure

Définition

Définit des valeurs pour ContentKeyPolicyFairPlayRentalAndLeaseKeyType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyFairPlayRentalAndLeaseKeyTypeConverter))]
public struct ContentKeyPolicyFairPlayRentalAndLeaseKeyType : IEquatable<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyFairPlayRentalAndLeaseKeyType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyFairPlayRentalAndLeaseKeyTypeConverter))>]
type ContentKeyPolicyFairPlayRentalAndLeaseKeyType = struct
Public Structure ContentKeyPolicyFairPlayRentalAndLeaseKeyType
Implements IEquatable(Of ContentKeyPolicyFairPlayRentalAndLeaseKeyType)
Héritage
ContentKeyPolicyFairPlayRentalAndLeaseKeyType
Attributs
Newtonsoft.Json.JsonConverterAttribute
Implémente

Champs

DualExpiry

Double expiration pour la location hors connexion.

PersistentLimited

La clé de contenu peut être conservée et la durée valide est limitée par la valeur Durée de location

PersistentUnlimited

La clé de contenu peut être conservée avec une durée illimitée

Undefined

La durée de la clé n’est pas spécifiée.

Unknown

Représente un ContentKeyPolicyFairPlayRentalAndLeaseKeyType qui n’est pas disponible dans la version actuelle de l’API.

Méthodes

Equals(ContentKeyPolicyFairPlayRentalAndLeaseKeyType)

Compare les énumérations de type ContentKeyPolicyFairPlayRentalAndLeaseKeyType

Equals(Object)

Remplace l’opérateur Equals pour ContentKeyPolicyFairPlayRentalAndLeaseKeyType

GetHashCode()

Retourne pour hashCode ContentKeyPolicyFairPlayRentalAndLeaseKeyType

ToString()

Renvoie une représentation sous forme de chaîne pour ContentKeyPolicyFairPlayRentalAndLeaseKeyType

Opérateurs

Equality(ContentKeyPolicyFairPlayRentalAndLeaseKeyType, ContentKeyPolicyFairPlayRentalAndLeaseKeyType)

Substitution de l’opérateur == pour enum ContentKeyPolicyFairPlayRentalAndLeaseKeyType

Implicit(ContentKeyPolicyFairPlayRentalAndLeaseKeyType to String)

Opérateur implicite pour convertir ContentKeyPolicyFairPlayRentalAndLeaseKeyType en chaîne

Implicit(String to ContentKeyPolicyFairPlayRentalAndLeaseKeyType)

Opérateur implicite pour convertir une chaîne en ContentKeyPolicyFairPlayRentalAndLeaseKeyType

Inequality(ContentKeyPolicyFairPlayRentalAndLeaseKeyType, ContentKeyPolicyFairPlayRentalAndLeaseKeyType)

Substitution de l’opérateur != pour l’énumération ContentKeyPolicyFairPlayRentalAndLeaseKeyType

S’applique à