PurgeParameters 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.PurgeParametersTypeConverter))]
public class PurgeParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.PurgeParametersTypeConverter))>]
type PurgeParameters = class
interface IPurgeParameters
interface IJsonSerializable
Public Class PurgeParameters
Implements IPurgeParameters
- Inheritance
-
PurgeParameters
- Attributes
- Implements
Constructors
PurgeParameters() |
Creates an new PurgeParameters instance. |
Properties
ContentPath |
The path to the content to be purged. Can describe a file path or a wild card directory. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PurgeParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PurgeParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters. |
FromJsonString(String) |
Creates a new instance of PurgeParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PurgeParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |