你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LiveOutputResourceState 结构

定义

定义 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)
继承
LiveOutputResourceState
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

Creating

正在创建实时输出。 在实时输出处于运行状态之前,不会在资产中存档任何内容。

Deleting

正在删除实时输出。 实时资产正在从实时资产转换为按需资产。 在实时输出资产上创建的任何流式处理 URL 将继续工作。

Running

实时输出正在运行,如果有来自贡献编码器的有效输入,则会将实时传送视频流内容存档到资产。

方法

Equals(LiveOutputResourceState)

比较 LiveOutputResourceState 类型的枚举

Equals(Object)

替代 LiveOutputResourceState 的 Equals 运算符

GetHashCode()

返回 hashCode LiveOutputResourceState 的

ToString()

返回 LiveOutputResourceState 的字符串表示形式

运算符

Equality(LiveOutputResourceState, LiveOutputResourceState)

重写 enum LiveOutputResourceState 的 == 运算符

Implicit(LiveOutputResourceState to String)

用于将 LiveOutputResourceState 转换为字符串的隐式运算符

Implicit(String to LiveOutputResourceState)

用于将字符串转换为 LiveOutputResourceState 的隐式运算符

Inequality(LiveOutputResourceState, LiveOutputResourceState)

重写 Enum LiveOutputResourceState 的 != 运算符

适用于