LiveEvent コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
LiveEvent()
LiveEvent クラスの新しいインスタンスを初期化します。
public LiveEvent ();
Public Sub New ()
適用対象
LiveEvent(String, LiveEventInput, String, String, String, IDictionary<String, String>, String, LiveEventPreview, LiveEventEncoding, IList<LiveEventTranscription>, String, Nullable<LiveEventResourceState>, CrossSiteAccessPolicies, Nullable<Boolean>, String, IList<Nullable<StreamOptionsFlag>>, Nullable<DateTime>, Nullable<DateTime>, SystemData)
LiveEvent クラスの新しいインスタンスを初期化します。
public LiveEvent (string location, Microsoft.Azure.Management.Media.Models.LiveEventInput input, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, Microsoft.Azure.Management.Media.Models.LiveEventPreview preview = default, Microsoft.Azure.Management.Media.Models.LiveEventEncoding encoding = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.LiveEventTranscription> transcriptions = default, string provisioningState = default, Microsoft.Azure.Management.Media.Models.LiveEventResourceState? resourceState = default, Microsoft.Azure.Management.Media.Models.CrossSiteAccessPolicies crossSiteAccessPolicies = default, bool? useStaticHostname = default, string hostnamePrefix = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamOptionsFlag?> streamOptions = default, DateTime? created = default, DateTime? lastModified = default, Microsoft.Azure.Management.Media.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Media.Models.LiveEvent : string * Microsoft.Azure.Management.Media.Models.LiveEventInput * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Media.Models.LiveEventPreview * Microsoft.Azure.Management.Media.Models.LiveEventEncoding * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.LiveEventTranscription> * string * Nullable<Microsoft.Azure.Management.Media.Models.LiveEventResourceState> * Microsoft.Azure.Management.Media.Models.CrossSiteAccessPolicies * Nullable<bool> * string * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Media.Models.StreamOptionsFlag>> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Media.Models.SystemData -> Microsoft.Azure.Management.Media.Models.LiveEvent
Public Sub New (location As String, input As LiveEventInput, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional preview As LiveEventPreview = Nothing, Optional encoding As LiveEventEncoding = Nothing, Optional transcriptions As IList(Of LiveEventTranscription) = Nothing, Optional provisioningState As String = Nothing, Optional resourceState As Nullable(Of LiveEventResourceState) = Nothing, Optional crossSiteAccessPolicies As CrossSiteAccessPolicies = Nothing, Optional useStaticHostname As Nullable(Of Boolean) = Nothing, Optional hostnamePrefix As String = Nothing, Optional streamOptions As IList(Of Nullable(Of StreamOptionsFlag)) = Nothing, Optional created As Nullable(Of DateTime) = Nothing, Optional lastModified As Nullable(Of DateTime) = Nothing, Optional systemData As SystemData = Nothing)
パラメーター
- location
- String
リソースが保存されている地理的な場所
- input
- LiveEventInput
ライブ イベントの入力設定。 ライブ イベントがコントリビューション エンコーダーから入力を受け取る方法を定義します。
- id
- String
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
リソースの名前
- type
- String
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"
- tags
- IDictionary<String,String>
リソース タグ。
- description
- String
ライブ イベントの説明。
- preview
- LiveEventPreview
ライブ イベント プレビューの設定。 プレビューを使用すると、ライブ イベント プロデューサーはライブ出力を作成せずにライブ ストリーミング コンテンツをプレビューできます。
- encoding
- LiveEventEncoding
ライブ イベントのエンコード設定。 ライブ エンコーダーをライブ イベントに使用するかどうかを構成し、ライブ エンコーダーを使用する場合は設定します。
- transcriptions
- IList<LiveEventTranscription>
ライブ イベントのライブ文字起こし設定。 ライブ文字起こし機能の詳細については、以下を参照してください https://go.microsoft.com/fwlink/?linkid=2133742 。
- provisioningState
- String
ライブ イベントのプロビジョニング状態。
- resourceState
- Nullable<LiveEventResourceState>
ライブ イベントのリソースの状態。 詳細については、「 https://go.microsoft.com/fwlink/?linkid=2139012 」を参照してください。 使用可能な値には、'Stopped'、'Allocating'、'StandBy'、'Starting'、'Running'、'Stopping'、'Deleting' などがあります。
- crossSiteAccessPolicies
- CrossSiteAccessPolicies
ライブ イベントのクロス サイト アクセス ポリシー。
静的ホスト名をライブ イベント プレビューと取り込みエンドポイントに割り当てるかどうかを指定します。 この値は、ライブ イベントがスタンバイ状態の場合にのみ更新できます
- hostnamePrefix
- String
useStaticHostname が true に設定されている場合、hostnamePrefix は、ライブ イベント プレビューと取り込みエンドポイントに割り当てられたホスト名の最初の部分を指定します。 最終的なホスト名は、このプレフィックス、メディア サービス アカウント名、および Azure Media Services データ センターの短いコードの組み合わせになります。
- streamOptions
- IList<Nullable<StreamOptionsFlag>>
LiveEvent に使用するオプション。 この値は作成時に指定され、更新できません。 配列エントリ値の有効な値は、'Default' と 'LowLatency' です。
- systemData
- SystemData
このリソースに関連するシステム メタデータ。
適用対象
Azure SDK for .NET