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

LiveOutputResourceState 结构

定义

实时输出的资源状态。

public readonly struct LiveOutputResourceState : IEquatable<Azure.ResourceManager.Media.Models.LiveOutputResourceState>
type LiveOutputResourceState = struct
Public Structure LiveOutputResourceState
Implements IEquatable(Of LiveOutputResourceState)
继承
LiveOutputResourceState
实现

构造函数

LiveOutputResourceState(String)

初始化 LiveOutputResourceState 的新实例。

属性

Creating

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

Deleting

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

Running

实时输出正在运行,并在有来自贡献编码器的有效输入时将实时流式处理内容存档到资产。

方法

Equals(LiveOutputResourceState)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(LiveOutputResourceState, LiveOutputResourceState)

确定两个 LiveOutputResourceState 值是否相同。

Implicit(String to LiveOutputResourceState)

将字符串转换为 LiveOutputResourceState

Inequality(LiveOutputResourceState, LiveOutputResourceState)

确定两个 LiveOutputResourceState 值是否不同。

适用于