Sdílet prostřednictvím


ContentKeyPolicyProperties Class

Definition

The properties of the Content Key Policy.

public class ContentKeyPolicyProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.ContentKeyPolicyProperties>
public class ContentKeyPolicyProperties
type ContentKeyPolicyProperties = class
    interface IJsonModel<ContentKeyPolicyProperties>
    interface IPersistableModel<ContentKeyPolicyProperties>
type ContentKeyPolicyProperties = class
Public Class ContentKeyPolicyProperties
Implements IJsonModel(Of ContentKeyPolicyProperties), IPersistableModel(Of ContentKeyPolicyProperties)
Public Class ContentKeyPolicyProperties
Inheritance
ContentKeyPolicyProperties
Implements

Properties

CreatedOn

The creation date of the Policy.

Description

A description for the Policy.

LastModifiedOn

The last modified date of the Policy.

Options

The Key Policy options.

PolicyId

The legacy Policy ID.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContentKeyPolicyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContentKeyPolicyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContentKeyPolicyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentKeyPolicyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContentKeyPolicyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to