Share via


DefaultKey Constructors

Definition

Overloads

DefaultKey()

Initializes a new instance of the DefaultKey class.

DefaultKey(String, String)

Initializes a new instance of the DefaultKey class.

DefaultKey()

Initializes a new instance of the DefaultKey class.

public DefaultKey ();
Public Sub New ()

Applies to

DefaultKey(String, String)

Initializes a new instance of the DefaultKey class.

public DefaultKey (string label = default, string policyName = default);
new Microsoft.Azure.Management.Media.Models.DefaultKey : string * string -> Microsoft.Azure.Management.Media.Models.DefaultKey
Public Sub New (Optional label As String = Nothing, Optional policyName As String = Nothing)

Parameters

label
String

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

policyName
String

Policy used by Default Key

Applies to