LiveOutputResourceState 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 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)
- Inheritance
-
LiveOutputResourceState
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Creating |
Live output is being created. No content is archived in the asset until the live output is in running state. |
Deleting |
Live output is being deleted. The live asset is being converted from live to on-demand asset. Any streaming URLs created on the live output asset continue to work. |
Running |
Live output is running and archiving live streaming content to the asset if there is valid input from a contribution encoder. |
Methods
Equals(LiveOutputResourceState) |
Compares enums of type LiveOutputResourceState |
Equals(Object) |
Overrides Equals operator for LiveOutputResourceState |
GetHashCode() |
Returns for hashCode LiveOutputResourceState |
ToString() |
Returns string representation for LiveOutputResourceState |
Operators
Equality(LiveOutputResourceState, LiveOutputResourceState) |
Overriding == operator for enum LiveOutputResourceState |
Implicit(LiveOutputResourceState to String) |
Implicit operator to convert LiveOutputResourceState to string |
Implicit(String to LiveOutputResourceState) |
Implicit operator to convert string to LiveOutputResourceState |
Inequality(LiveOutputResourceState, LiveOutputResourceState) |
Overriding != operator for enum LiveOutputResourceState |
Applies to
Azure SDK for .NET