ContentKeyPolicy Class
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.
A Content Key Policy resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ContentKeyPolicy : Microsoft.Azure.Management.Media.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ContentKeyPolicy = class
inherit ProxyResource
Public Class ContentKeyPolicy
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ContentKeyPolicy() |
Initializes a new instance of the ContentKeyPolicy class. |
ContentKeyPolicy(IList<ContentKeyPolicyOption>, String, String, String, Guid, DateTime, DateTime, String, SystemData) |
Initializes a new instance of the ContentKeyPolicy class. |
Properties
Created |
Gets the creation date of the Policy |
Description |
Gets or sets a description for the Policy. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
LastModified |
Gets the last modified date of the Policy |
Name |
Gets the name of the resource (Inherited from Resource) |
Options |
Gets or sets the Key Policy options. |
PolicyId |
Gets the legacy Policy ID. |
SystemData |
Gets the system metadata relating to this resource. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET