次の方法で共有


LiveOutput コンストラクター

定義

オーバーロード

LiveOutput()

LiveOutput クラスの新しいインスタンスを初期化します。

LiveOutput(String, TimeSpan, String, String, String, String, String, Hls, Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<LiveOutputResourceState>, SystemData)

LiveOutput クラスの新しいインスタンスを初期化します。

LiveOutput()

LiveOutput クラスの新しいインスタンスを初期化します。

public LiveOutput ();
Public Sub New ()

適用対象

LiveOutput(String, TimeSpan, String, String, String, String, String, Hls, Nullable<Int64>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<LiveOutputResourceState>, SystemData)

LiveOutput クラスの新しいインスタンスを初期化します。

public LiveOutput (string assetName, TimeSpan archiveWindowLength, string id = default, string name = default, string type = default, string description = default, string manifestName = default, Microsoft.Azure.Management.Media.Models.Hls hls = default, long? outputSnapTime = default, DateTime? created = default, DateTime? lastModified = default, string provisioningState = default, Microsoft.Azure.Management.Media.Models.LiveOutputResourceState? resourceState = default, Microsoft.Azure.Management.Media.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Media.Models.LiveOutput : string * TimeSpan * string * string * string * string * string * Microsoft.Azure.Management.Media.Models.Hls * Nullable<int64> * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<Microsoft.Azure.Management.Media.Models.LiveOutputResourceState> * Microsoft.Azure.Management.Media.Models.SystemData -> Microsoft.Azure.Management.Media.Models.LiveOutput
Public Sub New (assetName As String, archiveWindowLength As TimeSpan, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional description As String = Nothing, Optional manifestName As String = Nothing, Optional hls As Hls = Nothing, Optional outputSnapTime As Nullable(Of Long) = Nothing, Optional created As Nullable(Of DateTime) = Nothing, Optional lastModified As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional resourceState As Nullable(Of LiveOutputResourceState) = Nothing, Optional systemData As SystemData = Nothing)

パラメーター

assetName
String

ライブ出力の書き込み対象となる資産。

archiveWindowLength
TimeSpan

ISO 8601 の 1 分から 25 時間の間の時間。このライブ出力の資産でアーカイブできる最大コンテンツ長を示します。 これにより、巻き戻しウィンドウの最大コンテンツ長も設定されます。 たとえば、PT1H30M を使用して、1 時間 30 分のアーカイブ ウィンドウを示します。

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

description
String

ライブ出力の説明。

manifestName
String

マニフェスト ファイル名。 指定しない場合、サービスによって自動的に生成されます。

hls
Hls

ライブ出力のHTTP ライブ ストリーミング (HLS) パッキング設定。

outputSnapTime
Nullable<Int64>

ライブ出力が開始する最初のタイムスタンプ。この値の前のコンテンツはアーカイブされません。

created
Nullable<DateTime>

ライブ出力の作成時刻。

lastModified
Nullable<DateTime>

ライブ出力が最後に変更された時刻。

provisioningState
String

ライブ出力のプロビジョニング状態。

resourceState
Nullable<LiveOutputResourceState>

ライブ出力のリソースの状態。 使用可能な値には、'Creating'、'Running'、'Deleting' などがあります。

systemData
SystemData

このリソースに関連するシステム メタデータ。

適用対象