ContentKeyPolicyPlayReadyConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ContentKeyPolicyPlayReadyConfiguration() |
Initializes a new instance of the ContentKeyPolicyPlayReadyConfiguration class. |
ContentKeyPolicyPlayReadyConfiguration(IList<ContentKeyPolicyPlayReadyLicense>, String) |
Initializes a new instance of the ContentKeyPolicyPlayReadyConfiguration class. |
ContentKeyPolicyPlayReadyConfiguration()
Initializes a new instance of the ContentKeyPolicyPlayReadyConfiguration class.
public ContentKeyPolicyPlayReadyConfiguration ();
Public Sub New ()
Applies to
ContentKeyPolicyPlayReadyConfiguration(IList<ContentKeyPolicyPlayReadyLicense>, String)
Initializes a new instance of the ContentKeyPolicyPlayReadyConfiguration class.
public ContentKeyPolicyPlayReadyConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyLicense> licenses, string responseCustomData = default);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyLicense> * string -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyConfiguration
Public Sub New (licenses As IList(Of ContentKeyPolicyPlayReadyLicense), Optional responseCustomData As String = Nothing)
Parameters
- licenses
- IList<ContentKeyPolicyPlayReadyLicense>
The PlayReady licenses.
- responseCustomData
- String
The custom response data.
Applies to
Azure SDK for .NET