Share via


FrontDoorEndpointPurgeContent Class

Definition

Parameters required for content purge.

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

Constructors

FrontDoorEndpointPurgeContent(IEnumerable<String>)

Initializes a new instance of FrontDoorEndpointPurgeContent.

Properties

ContentPaths

The path to the content to be purged. Can describe a file path or a wild card directory.

Explicit Interface Implementations

IJsonModel<FrontDoorEndpointPurgeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorEndpointPurgeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorEndpointPurgeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorEndpointPurgeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorEndpointPurgeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to