你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LivePipelineState 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 LivePipelineState 的值。
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineStateConverter))]
public struct LivePipelineState : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineStateConverter))>]
type LivePipelineState = struct
Public Structure LivePipelineState
Implements IEquatable(Of LivePipelineState)
- 继承
-
LivePipelineState
- 属性
-
Newtonsoft.Json.JsonConverterAttribute
- 实现
字段
Activating |
实时管道正在转换为活动状态。 |
Active |
实时管道处于活动状态,并且能够处理媒体。 例如,如果数据源不可用,如果 RTSP 相机已关闭或无法访问,则管道仍将处于活动状态,并定期重试连接。 Azure 订阅将在实时管道处于活动状态的持续时间内计费。 |
Deactivating |
实时管道正在转换为非活动状态。 |
Inactive |
实时管道处于空闲状态,不处理媒体。 |
方法
Equals(LivePipelineState) |
比较 LivePipelineState 类型的枚举 |
Equals(Object) |
替代 LivePipelineState 的 Equals 运算符 |
GetHashCode() |
为 hashCode LivePipelineState 返回 |
ToString() |
返回 LivePipelineState 的字符串表示形式 |
运算符
Equality(LivePipelineState, LivePipelineState) |
为 enum LivePipelineState 重写 == 运算符 |
Implicit(LivePipelineState to String) |
用于将 LivePipelineState 转换为字符串的隐式运算符 |
Implicit(String to LivePipelineState) |
用于将字符串转换为 LivePipelineState 的隐式运算符 |
Inequality(LivePipelineState, LivePipelineState) |
为枚举 LivePipelineState 重写 != 运算符 |