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.
The resource state of the live output.
public readonly struct LiveOutputResourceState : IEquatable<Azure.ResourceManager.Media.Models.LiveOutputResourceState>
type LiveOutputResourceState = struct
Public Structure LiveOutputResourceState
Implements IEquatable(Of LiveOutputResourceState)
- Inheritance
-
LiveOutputResourceState
- Implements
Constructors
LiveOutputResourceState(String) |
Initializes a new instance of LiveOutputResourceState. |
Properties
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) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(LiveOutputResourceState, LiveOutputResourceState) |
Determines if two LiveOutputResourceState values are the same. |
Implicit(String to LiveOutputResourceState) |
Converts a string to a LiveOutputResourceState. |
Inequality(LiveOutputResourceState, LiveOutputResourceState) |
Determines if two LiveOutputResourceState values are not the same. |
Applies to
Azure SDK for .NET