次の方法で共有


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)

列挙型 LiveOutputResourceState の == 演算子のオーバーライド

Implicit(LiveOutputResourceState to String)

LiveOutputResourceState を文字列に変換する暗黙的な演算子

Implicit(String to LiveOutputResourceState)

文字列を LiveOutputResourceState に変換する暗黙的な演算子

Inequality(LiveOutputResourceState, LiveOutputResourceState)

列挙型 LiveOutputResourceState の != 演算子のオーバーライド

適用対象