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