次の方法で共有


StreamingPolicyContentKey コンストラクター

定義

オーバーロード

StreamingPolicyContentKey()

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

StreamingPolicyContentKey(String, String, IList<TrackSelection>)

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

StreamingPolicyContentKey()

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

public StreamingPolicyContentKey ();
Public Sub New ()

適用対象

StreamingPolicyContentKey(String, String, IList<TrackSelection>)

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

public StreamingPolicyContentKey (string label = default, string policyName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackSelection> tracks = default);
new Microsoft.Azure.Management.Media.Models.StreamingPolicyContentKey : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackSelection> -> Microsoft.Azure.Management.Media.Models.StreamingPolicyContentKey
Public Sub New (Optional label As String = Nothing, Optional policyName As String = Nothing, Optional tracks As IList(Of TrackSelection) = Nothing)

パラメーター

label
String

ラベルは、ストリーミング ロケーターの作成時にコンテンツ キーを指定するために使用できます

policyName
String

コンテンツ キーによって使用されるポリシー

tracks
IList<TrackSelection>

このコンテンツ キーを使用するトラック

適用対象