LiveOutputResourceState 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 LiveOutputResourceState.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.LiveOutputResourceStateConverter))]
public struct LiveOutputResourceState : IEquatable<Microsoft.Azure.Management.Media.Models.LiveOutputResourceState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.LiveOutputResourceStateConverter))>]
type LiveOutputResourceState = struct
Public Structure LiveOutputResourceState
Implements IEquatable(Of LiveOutputResourceState)
- Héritage
-
LiveOutputResourceState
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
- Implémente
Champs
Creating |
La sortie en direct est en cours de création. Aucun contenu n’est archivé dans la ressource tant que la sortie en direct n’est pas en cours d’exécution. |
Deleting |
La sortie en direct est en cours de suppression. La ressource en direct est convertie d’une ressource dynamique à une ressource à la demande. Toutes les URL de streaming créées sur la ressource de sortie en direct continuent de fonctionner. |
Running |
La sortie en direct s’exécute et archive le contenu en streaming en direct sur la ressource s’il existe une entrée valide provenant d’un encodeur de contribution. |
Méthodes
Equals(LiveOutputResourceState) |
Compare les énumérations de type LiveOutputResourceState |
Equals(Object) |
Remplace l’opérateur Equals pour LiveOutputResourceState |
GetHashCode() |
Retourne pour hashCode LiveOutputResourceState |
ToString() |
Retourne une représentation sous forme de chaîne pour LiveOutputResourceState |
Opérateurs
Equality(LiveOutputResourceState, LiveOutputResourceState) |
Substitution de l’opérateur == pour l’énumération LiveOutputResourceState |
Implicit(LiveOutputResourceState to String) |
Opérateur implicite pour convertir LiveOutputResourceState en chaîne |
Implicit(String to LiveOutputResourceState) |
Opérateur implicite pour convertir une chaîne en LiveOutputResourceState |
Inequality(LiveOutputResourceState, LiveOutputResourceState) |
Substitution de l’opérateur != pour l’énumération LiveOutputResourceState |
S’applique à
Azure SDK for .NET