Share via


LoadContent Class

Definition

Parameters required for content load.

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

Constructors

LoadContent(IEnumerable<String>)

Initializes a new instance of LoadContent.

Properties

ContentPaths

The path to the content to be loaded. Path should be a relative file URL of the origin.

Explicit Interface Implementations

IJsonModel<LoadContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LoadContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LoadContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoadContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LoadContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to