PurgeContent 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.
Parameters required for content purge.
public class PurgeContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.PurgeContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.PurgeContent>
type PurgeContent = class
interface IJsonModel<PurgeContent>
interface IPersistableModel<PurgeContent>
Public Class PurgeContent
Implements IJsonModel(Of PurgeContent), IPersistableModel(Of PurgeContent)
- Inheritance
-
PurgeContent
- Implements
Constructors
| Name | Description |
|---|---|
| PurgeContent(IEnumerable<String>) |
Initializes a new instance of PurgeContent. |
Properties
| Name | Description |
|---|---|
| ContentPaths |
The path to the content to be purged. Can describe a file path or a wild card directory. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<PurgeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<PurgeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<PurgeContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<PurgeContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<PurgeContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |