Delen via


StreamingPolicyContentKey Constructors

Definition

Overloads

StreamingPolicyContentKey()

Initializes a new instance of the StreamingPolicyContentKey class.

StreamingPolicyContentKey(String, String, IList<TrackSelection>)

Initializes a new instance of the StreamingPolicyContentKey class.

StreamingPolicyContentKey()

Initializes a new instance of the StreamingPolicyContentKey class.

public StreamingPolicyContentKey ();
Public Sub New ()

Applies to

StreamingPolicyContentKey(String, String, IList<TrackSelection>)

Initializes a new instance of the StreamingPolicyContentKey class.

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)

Parameters

label
String

Label can be used to specify Content Key when creating a Streaming Locator

policyName
String

Policy used by Content Key

tracks
IList<TrackSelection>

Tracks which use this content key

Applies to