Поделиться через


ContentKeyPolicyOpenRestriction Class

Definition

Represents an open restriction. License or key will be delivered on every request.

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

Constructors

ContentKeyPolicyOpenRestriction()

Initializes a new instance of ContentKeyPolicyOpenRestriction.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContentKeyPolicyOpenRestriction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContentKeyPolicyOpenRestriction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ContentKeyPolicyRestriction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ContentKeyPolicyRestriction)
IJsonModel<ContentKeyPolicyRestriction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContentKeyPolicyRestriction)
IPersistableModel<ContentKeyPolicyOpenRestriction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentKeyPolicyOpenRestriction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContentKeyPolicyOpenRestriction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ContentKeyPolicyRestriction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ContentKeyPolicyRestriction)
IPersistableModel<ContentKeyPolicyRestriction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ContentKeyPolicyRestriction)
IPersistableModel<ContentKeyPolicyRestriction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ContentKeyPolicyRestriction)

Applies to