你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PurgeParameters Class

Definition

Parameters required for content purge.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.PurgeParametersTypeConverter))]
public class PurgeParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.IPurgeParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.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.Api20230501.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()

Applies to