ContentKeyPolicyProperties 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
ContentKeyPolicyProperties() |
Initializes a new instance of the ContentKeyPolicyProperties class. |
ContentKeyPolicyProperties(IList<ContentKeyPolicyOption>, Guid, DateTime, DateTime, String) |
Initializes a new instance of the ContentKeyPolicyProperties class. |
ContentKeyPolicyProperties()
Initializes a new instance of the ContentKeyPolicyProperties class.
public ContentKeyPolicyProperties ();
Public Sub New ()
Applies to
ContentKeyPolicyProperties(IList<ContentKeyPolicyOption>, Guid, DateTime, DateTime, String)
Initializes a new instance of the ContentKeyPolicyProperties class.
public ContentKeyPolicyProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyOption> options, Guid policyId = default, DateTime created = default, DateTime lastModified = default, string description = default);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicyProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyOption> * Guid * DateTime * DateTime * string -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyProperties
Public Sub New (options As IList(Of ContentKeyPolicyOption), Optional policyId As Guid = Nothing, Optional created As DateTime = Nothing, Optional lastModified As DateTime = Nothing, Optional description As String = Nothing)
Parameters
- options
- IList<ContentKeyPolicyOption>
The Key Policy options.
- policyId
- Guid
The legacy Policy ID.
- created
- DateTime
The creation date of the Policy
- lastModified
- DateTime
The last modified date of the Policy
- description
- String
A description for the Policy.
Applies to
Azure SDK for .NET