ContentKeyPolicyOption 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
ContentKeyPolicyOption() |
Initializes a new instance of the ContentKeyPolicyOption class. |
ContentKeyPolicyOption(ContentKeyPolicyConfiguration, ContentKeyPolicyRestriction, Guid, String) |
Initializes a new instance of the ContentKeyPolicyOption class. |
ContentKeyPolicyOption()
Initializes a new instance of the ContentKeyPolicyOption class.
public ContentKeyPolicyOption ();
Public Sub New ()
Applies to
ContentKeyPolicyOption(ContentKeyPolicyConfiguration, ContentKeyPolicyRestriction, Guid, String)
Initializes a new instance of the ContentKeyPolicyOption class.
public ContentKeyPolicyOption (Microsoft.Azure.Management.Media.Models.ContentKeyPolicyConfiguration configuration, Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestriction restriction, Guid policyOptionId = default, string name = default);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicyOption : Microsoft.Azure.Management.Media.Models.ContentKeyPolicyConfiguration * Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestriction * Guid * string -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyOption
Public Sub New (configuration As ContentKeyPolicyConfiguration, restriction As ContentKeyPolicyRestriction, Optional policyOptionId As Guid = Nothing, Optional name As String = Nothing)
Parameters
- configuration
- ContentKeyPolicyConfiguration
The key delivery configuration.
- restriction
- ContentKeyPolicyRestriction
The requirements that must be met to deliver keys with this configuration
- policyOptionId
- Guid
The legacy Policy Option ID.
- name
- String
The Policy Option description.
Applies to
Azure SDK for .NET