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>
public class PurgeContent
type PurgeContent = class
interface IJsonModel<PurgeContent>
interface IPersistableModel<PurgeContent>
type PurgeContent = class
Public Class PurgeContent
Implements IJsonModel(Of PurgeContent), IPersistableModel(Of PurgeContent)
Public Class PurgeContent
- Inheritance
-
PurgeContent
- Implements
Constructors
PurgeContent(IEnumerable<String>) |
Initializes a new instance of PurgeContent. |
Properties
ContentPaths |
The path to the content to be purged. Can describe a file path or a wild card directory. |
Explicit Interface Implementations
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. |
Applies to
Azure SDK for .NET