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